summaryrefslogtreecommitdiff
path: root/queries/cpp
AgeCommit message (Collapse)Author
2020-09-14Folds: rename query files to folds.scm to be consistentSantos Gallegos
We use plural names for all query files except folds.
2020-09-11ci: fix wrong queriesThomas Vigouroux
2020-09-08feat(C++ highlights): highlight operator_name as functionStephan Seitz
2020-09-08C/C++ locals: Deduplicate C++ locals contained in CStephan Seitz
2020-09-08Add C++ folds and C comment/preproc foldsStephan Seitz
2020-08-24feat(c/cpp highlights): highlight pointer/reference parametersStephan Seitz
2020-08-22C++ highlights: Add initial support for attributesStephan Seitz
2020-08-17Textobjects: add swap featureStephan Seitz
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-08-13Fix #286: Highlight C++ raw_string_literalStephan Seitz
2020-07-27C++: locals template_declaration must define their own scope in which the ↵Stephan Seitz
template arguments are valid
2020-07-20C++ locals: add variadic as @definition.varStephan Seitz
2020-07-20C++ highlights: Add decltype keywordStephan Seitz
2020-07-20C++ highlights: Highlight variadic parametersStephan 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-15feat(textobjects): Add `start` to include preceding things like documentationStephan Seitz
2020-07-14Add C/C++ textobjectsStephan Seitz
2020-07-13Cpp locals: Fix syntaxStephan Seitz
2020-07-13Add rust locals.scmStephan Seitz
2020-07-13C/C++ highlights: Small improvements for type definitionsStephan Seitz
2020-07-09highlight(c): fix booleans and typesThomas Vigouroux
2020-07-05C/C++ highlights: update to new syntaxStephan Seitz
This changed the highlight of "switch" to conditional and of "break" to repeat.
2020-07-04C++ locals: Add reference_declarator (analogous to pointer_declarator for C ↵Stephan Seitz
locals)
2020-06-26Fix cpp-highlights: wrong capture name used in regexStephan Seitz
2020-06-15Change regexes in C/C++ highlightsStephan Seitz
2020-06-15Update C/C++ highlights to new query syntaxStephan Seitz
2020-06-15Make =,~,! operators in C highlightsStephan Seitz
2020-06-15Add cpp/locals.scmStephan Seitz
2020-06-15Add C++ highlights.scmStephan Seitz