Skip to content

Commit

Permalink
[language-php] Update parserSource field for internal PHP grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Jan 21, 2024
1 parent 2aa0cea commit 6b89902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/language-php/grammars/modern-tree-sitter-php.cson
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ parser: 'tree-sitter-php'
injectionRegex: '^(internal-php)$'

treeSitter:
parserSource: 'github:tree-sitter/tree-sitter-php#594b8bad093abe739c3d2a2cae5abae33c5fb23d'
grammar: 'tree-sitter/tree-sitter-php.wasm'
parserSource: 'github:tree-sitter/tree-sitter-php#b569a5f2c0d592e67430520d1a0e1f765d83ceb0'
grammar: 'tree-sitter/tree-sitter-php-only.wasm'
highlightsQuery: 'tree-sitter/queries/highlights.scm'
tagsQuery: 'tree-sitter/queries/tags.scm'
foldsQuery: 'tree-sitter/queries/folds.scm'
Expand Down

0 comments on commit 6b89902

Please sign in to comment.