1
0
mirror of https://github.com/helix-editor/helix.git synced 2024-12-22 07:51:54 +04:00
helix-mirror/runtime/queries/ejs
Michael Davis 494306ad7a
add tree-sitter-embedded-template (erb & ejs) ()
After the incremental parsing rewrite for injections (which was released
in 22.03 https://helix-editor.com/news/release-22-03-highlights/#incremental-injection-parsing-rewrite),
we can now do combined injections which lets us pull in some templating
grammars. The most notable of those is embedded-template - a pretty
straightforward grammar that covers ERB and EJS.

The grammar and highlights queries are shared between the two but they have
different injections.
2022-04-10 08:23:06 +09:00
..
highlights.scm add tree-sitter-embedded-template (erb & ejs) () 2022-04-10 08:23:06 +09:00
injections.scm add tree-sitter-embedded-template (erb & ejs) () 2022-04-10 08:23:06 +09:00