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 mtoohey31 committed Jun 2, 2024
1 parent 04fb9b0 commit 6ffad2d
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 6ffad2d

Please sign in to comment.