diff options
author | Phil | 2023-12-15 06:54:25 +0000 |
---|---|---|
committer | GitHub | 2023-12-15 06:54:25 +0000 |
commit | b4571c292e76382f98266322a025c6383bd02f30 (patch) | |
tree | de1581bf4cfc7714f3d819d3abf653e6f738a46c /runtime/queries | |
parent | 437fbee425874c83ac7c7b0d3c1ecfa34d0b2b16 (diff) |
Add initial support for janet-lang (#9081)
* Add initial support for janet-lang
* Use default roots for janet-lang
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/janet/highlights.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/janet/highlights.scm b/runtime/queries/janet/highlights.scm new file mode 100644 index 00000000..a036368a --- /dev/null +++ b/runtime/queries/janet/highlights.scm @@ -0,0 +1 @@ +; inherits: clojure |