SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
440 stars 64 forks source link

Syntax highlight html in string #173

Closed ysmood closed 2 months ago

ysmood commented 10 years ago

It will be great if the html can be highlighted in the string.

val = 'test'
str = '''
  <div>#{val}</div>
'''
deathaxe commented 2 months ago

Strings can be anything.