devongovett / atom-jade

Jade TextMate bundle converted for Atom
51 stars 26 forks source link

Add embedded language highlighting via Atom includes #75

Open alexchandel opened 7 years ago

alexchandel commented 7 years ago

This applies to :markdown, #61, possibly #57, and any other language that can be embedded in jade/pug, including HTML and CSS.

Atom already allows you to refer to other grammars in most cases. For example, see this case of the coffeescript grammar referring to any source.js grammar for embedded javascript.

This should be added at the very least for markdown, CSS, HTML, and JS. Additionally, doing so would resolve #74 and any future similar issues.