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.
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.