ThisIsMissEm / jade-tmbundle

[DEPRECATED] A textmate bundle for the Jade language
http://jade-lang.com
220 stars 81 forks source link

{{val}} as text #24

Closed mattfysh closed 11 years ago

mattfysh commented 11 years ago

I'm using jade to write angularjs templates. The interpolation value format for angularjs is "{{val}}". This is showing an error in the syntax highlighter, but the jade file will compile without a problem. Is there a way to remove this error?

mattfysh commented 11 years ago

My bad, I hadn't added the trailing "." to indicate the next indent was a text block.