diff options
author | Novus Nota | 2024-02-04 01:09:11 +0000 |
---|---|---|
committer | GitHub | 2024-02-04 01:09:11 +0000 |
commit | d1054de3ced44903c7bdcf5886d8481eb40a948f (patch) | |
tree | c02d4845b68072a94f1daff489043f9d3f7394f8 /runtime/queries/tact/injections.scm | |
parent | 3f380722fbb2fd676ccc0a9dbbea4ddc4871c6ea (diff) |
feat: Add `Tact` language support (#9512)
Re-submitting
Diffstat (limited to 'runtime/queries/tact/injections.scm')
-rw-r--r-- | runtime/queries/tact/injections.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/queries/tact/injections.scm b/runtime/queries/tact/injections.scm new file mode 100644 index 00000000..e61db3a5 --- /dev/null +++ b/runtime/queries/tact/injections.scm @@ -0,0 +1,5 @@ +; See: https://docs.helix-editor.com/guides/injection.html + +((comment) @injection.content + (#set! injection.language "comment") + (#match? @injection.content "^//"))
\ No newline at end of file |