summaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/cpp
Commit message (Collapse)AuthorAgeFilesLines
* feat(cpp): improve function.call to support any level of nesting for ↵John Drouhard2023-04-151-7/+9
| | | | qualified identifiers
* test(highlights/cpp): add new test for auto as type.builtin.Aaron Rancsik2022-12-011-0/+1
|
* test(highlights/cpp): type -> type.builtin for primitive types.Aaron Rancsik2022-12-011-2/+2
|
* highlights(cpp): use more specific groupsObserverOfTime2022-11-261-1/+1
|
* feat!: remove obsolete `TS*` highlight groupsChristian Clason2022-10-161-2/+2
|
* (Broken test fixed) Updated static-namespace-functins.cpp to use function.calllfenzo2022-08-031-3/+3
|
* highlights(cpp): make "::" `@punctuation.delimiter`Stephan Seitz2022-05-071-0/+1
| | | | Fixes #2902
* highlights(c/cpp): highlight case labels as constantsStephan Seitz2022-01-291-0/+25
|
* highlights(cpp): fix function highlighting of Foo::bar::baz()Stephan Seitz2022-01-291-0/+12
| | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2396
* highlights(cpp): add support for conceptsStephan Seitz2022-01-161-0/+22
| | | | Requires https://github.com/tree-sitter/tree-sitter-cpp/pull/138
* Add highlight testsStephan Seitz2021-11-241-0/+17