mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
fix(languages): specify correct comment-token for PKGBUILD files (#9943)
This commit is contained in:
parent
bcf7b26393
commit
b8e79c0ef5
@ -3376,6 +3376,7 @@ source = { git = "https://github.com/madskjeldgaard/tree-sitter-supercollider",
|
|||||||
name = "pkgbuild"
|
name = "pkgbuild"
|
||||||
scope = "source.bash"
|
scope = "source.bash"
|
||||||
file-types = [{ glob = "PKGBUILD" }]
|
file-types = [{ glob = "PKGBUILD" }]
|
||||||
|
comment-token = "#"
|
||||||
grammar = "bash"
|
grammar = "bash"
|
||||||
language-servers = [
|
language-servers = [
|
||||||
"pkgbuild-language-server",
|
"pkgbuild-language-server",
|
||||||
|
Loading…
Reference in New Issue
Block a user