summaryrefslogtreecommitdiffstats
path: root/queries/cpp/highlights.scm
Commit message (Expand)AuthorAgeFilesLines
* fix(cpp): remove `@field` for identifiers with `_` prefix (#5731)HumblePresent2023-11-271-1/+1
* fix(cpp): highlight constexprAmaan Qureshi2023-11-101-0/+1
* fix(c)!: update C, CPP parsers and queriesAmaan Qureshi2023-07-271-1/+1
* fear(cpp): highlight brackets in template_parameter_listfab41002023-05-201-0/+3
* perf: remove match where possibleAmaan Qureshi2023-04-211-7/+7
* feat(cpp): improve function.call to support any level of nesting for qualifie...John Drouhard2023-04-151-33/+68
* feat(cpp): more distinction between function/method declaration and callJaehwang Jung2023-04-081-7/+21
* feat(cpp): simplify namespace query rules now that parser is a bit more consi...John Drouhard2023-03-271-4/+1
* fix(cpp): nullptr should be `@constant.builtin`Amaan Qureshi2023-03-191-1/+1
* feat!: add `@keyword.coroutine` captureAmaan Qureshi2023-03-031-6/+9
* highlights(cpp): auto as @type.builtinAaron Rancsik2022-12-011-1/+3
* highlights(cpp): use more specific groupsObserverOfTime2022-11-261-10/+18
* highlights(cpp): add alternative operator namesmliszcz2022-10-111-14/+11
* Split func/method definition from calls in C++ highlighting querieslfenzo2022-08-031-4/+4
* highlights(c/cpp): move attributes to C (again)Stephan Seitz2022-07-281-2/+0
* highlights(cpp): make "::" `@punctuation.delimiter`Stephan Seitz2022-05-071-4/+3
* highlights(cpp): Add operator cast highlightFabian Viöl2022-03-021-1/+2
* highlights(cpp): Highlight method with nested qualified_identifierFabian Viöl2022-02-091-0/+4
* highlights(c/cpp): highlight case labels as constantsStephan Seitz2022-01-291-0/+2
* highlights(cpp): fix function highlighting of Foo::bar::baz()Stephan Seitz2022-01-291-0/+10
* highlights(cpp): add support for "<=>", "constinit", "consteval"Stephan Seitz2022-01-171-1/+6
* highlights(cpp): add support for conceptsStephan Seitz2022-01-161-0/+4
* Prefer lua-match over matchLewis Russell2021-11-231-7/+7
* highlights(cpp): highlight literal_suffix as `@operator`Stephan Seitz2021-10-201-0/+2
* cpp: highlight template method identifier as a methodJohn Drouhard2021-09-271-0/+3
* cpp: update lockfile.json and fix for breaking changesJohn Drouhard2021-09-261-10/+6
* testStephan Seitz2021-09-171-0/+2
* highlights(c/cpp): react to upstream changes to attributesStephan Seitz2021-09-171-8/+5
* highlights(cpp): add support for coroutinesStephan Seitz2021-09-171-0/+3
* 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