summaryrefslogtreecommitdiff
path: root/queries/c/locals.scm
AgeCommit message (Collapse)Author
2021-01-22C: add goto to localsSantos Gallegos
2020-09-08C/C++ locals: Deduplicate C++ locals contained in CStephan Seitz
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-07-27C/C++ locals: Make `field_identifier` a referenceStephan Seitz
2020-07-20Attach kind of reference to query result instead of using subfieldsStephan Seitz
This makes smart_rename work also for types out of the box and we don't need to search for the path of actual node.
2020-07-13Add rust locals.scmStephan Seitz
2020-07-13C/C++ highlights: Small improvements for type definitionsStephan Seitz
2020-07-05C/C++ highlights: update to new syntaxStephan Seitz
This changed the highlight of "switch" to conditional and of "break" to repeat.
2020-06-15Update C/C++ highlights to new query syntaxStephan Seitz
2020-06-15Add compound_statement to c queriesStephan Seitz
2020-05-23Some improvements to c/locals.scmStephan Seitz
- Fix function scope (was declaration only without body) - Use @definition.var like the other local files - Add translation_unit scope
2020-05-16queries: add C queriesThomas Vigouroux
Also add a missing `field` capture in locals query.