Skip to content

Commit

Permalink
fix(languages): specify correct comment-token for PKGBUILD files (hel…
Browse files Browse the repository at this point in the history
  • Loading branch information
hnorkowski authored and postsolar committed Apr 20, 2024
1 parent c4300f9 commit f2f3704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f2f3704

Please sign in to comment.