Add initial support for SuperCollider (#9329)

This commit is contained in:
Phil 2024-03-18 12:13:23 +00:00 committed by GitHub
parent 4ffe993533
commit 94d210c9bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 96 additions and 0 deletions

View file

@ -3328,3 +3328,15 @@ grammar = "hyprlang"
[[grammar]]
name = "hyprlang"
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-hyprlang", rev = "27af9b74acf89fa6bed4fb8cb8631994fcb2e6f3"}
[[language]]
name = "supercollider"
scope = "source.supercollider"
injection-regex = "supercollider"
file-types = ["scd", "sc", "quark"]
comment-token = "//"
indent = { tab-width = 4, unit = "\t" }
[[grammar]]
name = "supercollider"
source = { git = "https://github.com/madskjeldgaard/tree-sitter-supercollider", rev = "3b35bd0fded4423c8fb30e9585c7bacbcd0e8095" }