Forgot to bump parserSource (the system works!)

This commit is contained in:
Andrew Dupont 2024-02-02 23:57:21 -08:00
parent 5628d089dc
commit 10ce3b11a1

View File

@ -6,6 +6,6 @@ parser: 'tree-sitter-phpdoc'
injectionRegex: '^(phpdoc|PHPDoc)$'
treeSitter:
parserSource: 'github:claytonrcarter/tree-sitter-phpdoc#915a527d5aafa81b31acf67fab31b0ac6b6319c0'
parserSource: 'github:claytonrcarter/tree-sitter-phpdoc#f285e338d328a03920a9bfd8dda78585c7ddcca3'
grammar: 'tree-sitter/tree-sitter-phpdoc.wasm'
highlightsQuery: 'tree-sitter/queries/phpdoc/highlights.scm'