aboutsummaryrefslogtreecommitdiffstats
path: root/queries/cpp/highlights.scm
Commit message (Expand)AuthorAgeFilesLines
* highlights(cpp): add static_assertStephan Seitz2021-07-061-0/+1
* c++ highlights: don't capture all identifiers with uppercase initials as typesAlex Chen2021-06-101-4/+0
* highlights(c/c++): "..." also exists in C (variadic macros)Stephan Seitz2021-05-181-1/+0
* highlights(cpp): highlight namespaces in using declartionsStephan Seitz2021-04-261-0/+2
* highlights(cpp): reduce number of regexesStephan Seitz2021-04-261-9/+3
* highlights(cpp): avoid overwriting C CONSTANTSStephan Seitz2021-04-261-2/+2
* highlights(cpp): fix constructor call highlightingStephan Seitz2021-01-291-0/+3
* C++ highlights: Fix destructor highlightingStephan Seitz2021-01-081-1/+1
* c/cpp highlights: Fix field declarations and initializersJohn Drouhard2020-11-201-0/+6
* Do not highlight Uppercase function as typeStephan Seitz2020-11-181-3/+5
* fix(predicates): Fix #446: highlight property only if not a methodStephan Seitz2020-11-181-2/+3
* C++ highlights: highlight all kinds of optional parametersStephan Seitz2020-10-131-2/+2
* feat(queries): modeline mechanism for base langsThomas Vigouroux2020-10-111-0/+2
* fix(highlights): Add TSNamespace highlightStephan Seitz2020-10-101-1/+3
* Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz2020-09-191-2/+20
* Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz2020-09-141-1/+1
* ci: fix wrong queriesThomas Vigouroux2020-09-111-3/+3
* feat(C++ highlights): highlight operator_name as functionStephan Seitz2020-09-081-0/+2
* 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
* feat(highlights): add is predicateSteven Sojka2020-08-161-5/+10
* Fix #286: Highlight C++ raw_string_literalStephan Seitz2020-08-131-0/+4
* C++ highlights: Add decltype keywordStephan Seitz2020-07-201-0/+1
* C++ highlights: Highlight variadic parametersStephan Seitz2020-07-201-0/+4
* highlight(c): fix booleans and typesThomas Vigouroux2020-07-091-1/+3
* C/C++ highlights: update to new syntaxStephan Seitz2020-07-051-22/+29
* 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-151-11/+11
* Make =,~,! operators in C highlightsStephan Seitz2020-06-151-5/+0
* Add cpp/locals.scmStephan Seitz2020-06-151-3/+8
* Add C++ highlights.scmStephan Seitz2020-06-151-0/+97