mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add tcl highlighting (#9837)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
parent
f16380d418
commit
88f2931153
5 changed files with 180 additions and 0 deletions
|
@ -3367,6 +3367,18 @@ grammar = "hyprlang"
|
|||
name = "hyprlang"
|
||||
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-hyprlang", rev = "27af9b74acf89fa6bed4fb8cb8631994fcb2e6f3"}
|
||||
|
||||
[[language]]
|
||||
name = "tcl"
|
||||
scope = "source.tcl"
|
||||
injection-regex = "tcl"
|
||||
file-types = [ "tcl" ]
|
||||
shebangs = [ "tclish", "jimsh", "wish" ]
|
||||
comment-token = '#'
|
||||
|
||||
[[grammar]]
|
||||
name = "tcl"
|
||||
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-tcl", rev = "56ad1fa6a34ba800e5495d1025a9b0fda338d5b8" }
|
||||
|
||||
[[language]]
|
||||
name = "supercollider"
|
||||
scope = "source.supercollider"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue