Search code examples
javascripttextmatehamltextmatebundles

Add Javascript syntax highlighting to the HAML TM Bundle


I have the HAML TextMate bundle and inside of the :javascript block, I'd like to have proper javascript syntax highlighting. How could I modify the HAML bundle to do this?


Solution

  • You can edit the grammar of the HAML bundle, but it looks like this has already been done in some other forks of the HAML bundle. See phuibonhoa / handcrafted-haml-textmate-bundle, for instance:

    Improved Language

    • Text inside Ruby, ERB, Javascript, Sass, and CSS filters are now properly recognized so you get all the syntax highlighting, snippets, commands, etc.

    Give that fork a shot.