Add tcl highlighting (#9837)

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
Eloi Torrents 2024-04-04 03:31:00 +02:00 committed by GitHub
parent f16380d418
commit 88f2931153
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 180 additions and 0 deletions

View file

@ -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"