You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometime, we use special-handling queries instead of generated queries to cover syntaxes without dedicated node-types. But if the grammars change, we need to update these queries, too.
An example for a special-handling query is: (enum_specifier body: (enumerator_list)) @enum_definition
If one of the node types (enum_specifier or enumerator_list) is deleted or modified, we must be informed about this query.
The text was updated successfully, but these errors were encountered:
mylinhdao
changed the title
Update special-handling queries when the grammar changes
Update special-handling queries for import-grammars
Apr 30, 2024
Sometime, we use special-handling queries instead of generated queries to cover syntaxes without dedicated node-types. But if the grammars change, we need to update these queries, too.
An example for a special-handling query is:
(enum_specifier body: (enumerator_list)) @enum_definition
If one of the node types (enum_specifier or enumerator_list) is deleted or modified, we must be informed about this query.
The text was updated successfully, but these errors were encountered: