fix(languages): specify correct comment-token for PKGBUILD files (#9943)

pull/9949/head
Hendrik Norkowski 2 months ago committed by GitHub
parent bcf7b26393
commit b8e79c0ef5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save