diff options
author | Daniel S Poulin | 2022-02-01 03:35:07 +0000 |
---|---|---|
committer | GitHub | 2022-02-01 03:35:07 +0000 |
commit | d6b6ad879e297ff786ce520acd3ce9c4ff3c2e8e (patch) | |
tree | e16817096177dea4317dcc39a97bdb6a09adf4e2 /runtime/queries/twig/injections.scm | |
parent | 983a53bfb4f20751d0c94c82a5faac52c517a0ab (diff) |
epocsquadron/add tree sitter twig (#1602)
* Add tree-sitter-twig grammer and highlights
The gammar itself is quite basic, but is much better than nothing
for working with real files consisting mostly of html.
* Docgen for newly added grammar
Diffstat (limited to 'runtime/queries/twig/injections.scm')
-rw-r--r-- | runtime/queries/twig/injections.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/queries/twig/injections.scm b/runtime/queries/twig/injections.scm new file mode 100644 index 00000000..f0822734 --- /dev/null +++ b/runtime/queries/twig/injections.scm @@ -0,0 +1,3 @@ +((content) @injection.content + (#set! injection.language "html") + (#set! injection.combined)) |