Skip to content

Commit

Permalink
Fix unicode_property errors not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed Apr 27, 2024
1 parent 27dd623 commit 4bccd6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DiagnosticCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ function Diagnostics(document: vscode.TextDocument, Diagnostics: vscode.Diagnost
(ERROR) @ERROR
(error) @error
(quantifier) @quantifier
(character_property_name) @property
_ @missing ;Only the last child node can be missing
`;
const queryCaptures = queryNode(tree.rootNode, queryString);
Expand Down

0 comments on commit 4bccd6e

Please sign in to comment.