aboutsummaryrefslogtreecommitdiffstats
path: root/queries/cpp
Commit message (Collapse)AuthorAgeFilesLines
* ci: fix wrong queriesThomas Vigouroux2020-09-111-3/+3
|
* feat(C++ highlights): highlight operator_name as functionStephan Seitz2020-09-081-0/+2
|
* C/C++ locals: Deduplicate C++ locals contained in CStephan Seitz2020-09-081-4/+0
|
* Add C++ folds and C comment/preproc foldsStephan Seitz2020-09-081-0/+9
|
* feat(c/cpp highlights): highlight pointer/reference parametersStephan Seitz2020-08-241-0/+2
|
* C++ highlights: Add initial support for attributesStephan Seitz2020-08-221-0/+6
|
* Textobjects: add swap featureStephan Seitz2020-08-171-0/+3
|
* feat(highlights): add is predicateSteven Sojka2020-08-162-8/+19
|
* Fix #286: Highlight C++ raw_string_literalStephan Seitz2020-08-131-0/+4
|
* C++: locals template_declaration must define their own scope in which the ↵Stephan Seitz2020-07-271-1/+2
| | | | template arguments are valid
* C++ locals: add variadic as @definition.varStephan Seitz2020-07-201-0/+3
|
* C++ highlights: Add decltype keywordStephan Seitz2020-07-201-0/+1
|
* C++ highlights: Highlight variadic parametersStephan Seitz2020-07-201-0/+4
|
* Attach kind of reference to query result instead of using subfieldsStephan Seitz2020-07-201-1/+6
| | | | | 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.
* feat(textobjects): Add `start` to include preceding things like documentationStephan Seitz2020-07-151-0/+9
|
* Add C/C++ textobjectsStephan Seitz2020-07-141-0/+6
|
* Cpp locals: Fix syntaxStephan Seitz2020-07-131-1/+1
|
* Add rust locals.scmStephan Seitz2020-07-131-0/+7
|
* C/C++ highlights: Small improvements for type definitionsStephan Seitz2020-07-131-0/+3
|
* highlight(c): fix booleans and typesThomas Vigouroux2020-07-091-1/+3
|
* C/C++ highlights: update to new syntaxStephan Seitz2020-07-052-24/+31
| | | | This changed the highlight of "switch" to conditional and of "break" to repeat.
* C++ locals: Add reference_declarator (analogous to pointer_declarator for C ↵Stephan Seitz2020-07-041-0/+2
| | | | locals)
* Fix cpp-highlights: wrong capture name used in regexStephan Seitz2020-06-261-3/+2
|
* Change regexes in C/C++ highlightsStephan Seitz2020-06-151-1/+1
|
* Update C/C++ highlights to new query syntaxStephan Seitz2020-06-152-13/+13
|
* Make =,~,! operators in C highlightsStephan Seitz2020-06-151-5/+0
|
* Add cpp/locals.scmStephan Seitz2020-06-152-3/+57
|
* Add C++ highlights.scmStephan Seitz2020-06-151-0/+97