mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
Add initial support for janet-lang (#9081)
* Add initial support for janet-lang * Use default roots for janet-lang
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
| idris | | | | `idris2-lsp` |
|
||||
| iex | ✓ | | | |
|
||||
| ini | ✓ | | | |
|
||||
| janet | ✓ | | | |
|
||||
| java | ✓ | ✓ | ✓ | `jdtls` |
|
||||
| javascript | ✓ | ✓ | ✓ | `typescript-language-server` |
|
||||
| jinja | ✓ | | | |
|
||||
|
@@ -2952,3 +2952,12 @@ file-types = ["log"]
|
||||
[[grammar]]
|
||||
name = "log"
|
||||
source = { git = "https://github.com/Tudyx/tree-sitter-log", rev = "62cfe307e942af3417171243b599cc7deac5eab9" }
|
||||
|
||||
[[language]]
|
||||
name = "janet"
|
||||
scope = "source.janet"
|
||||
injection-regex = "janet"
|
||||
file-types = ["janet"]
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
grammar = "clojure"
|
||||
|
1
runtime/queries/janet/highlights.scm
Normal file
1
runtime/queries/janet/highlights.scm
Normal file
@@ -0,0 +1 @@
|
||||
; inherits: clojure
|
Reference in New Issue
Block a user