Skip to content

Commit

Permalink
[language-shellscript] Upgrade to latest tree-sitter-bash
Browse files Browse the repository at this point in the history
Addresses issue described in #873 (comment)
  • Loading branch information
savetheclocktower committed Feb 13, 2024
1 parent 9b1e8e5 commit 0510a0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ firstLineRegex: [
injectionRegex: '(^(bash|BASH)$|sh^|SH^)'

treeSitter:
# Grammar generated on 2023-09-22 from commit:
# fd4e40dab883d6456da4d847de8321aee9c80805
parserSource: 'github:tree-sitter/tree-sitter-bash#fd4e40dab883d6456da4d847de8321aee9c80805'
parserSource: 'github:tree-sitter/tree-sitter-bash#8df9ea875d557a150d025d3a15b6e6a58624379a'
grammar: 'tree-sitter/tree-sitter-bash.wasm'
highlightsQuery: 'tree-sitter/highlights.scm'
tagsQuery: 'tree-sitter/tags.scm'
Expand Down
Binary file not shown.

0 comments on commit 0510a0f

Please sign in to comment.