fix(languages): specify correct comment-token for PKGBUILD files (#9943)
This commit is contained in:
parent
bcf7b26393
commit
b8e79c0ef5
1 changed files with 1 additions and 0 deletions
|
@ -3376,6 +3376,7 @@ source = { git = "https://github.com/madskjeldgaard/tree-sitter-supercollider",
|
|||
name = "pkgbuild"
|
||||
scope = "source.bash"
|
||||
file-types = [{ glob = "PKGBUILD" }]
|
||||
comment-token = "#"
|
||||
grammar = "bash"
|
||||
language-servers = [
|
||||
"pkgbuild-language-server",
|
||||
|
|
Loading…
Add table
Reference in a new issue