summaryrefslogtreecommitdiff
path: root/tests/query/highlights/cpp
AgeCommit message (Collapse)Author
2022-10-16feat!: remove obsolete `TS*` highlight groupsChristian Clason
2022-08-03(Broken test fixed) Updated static-namespace-functins.cpp to use function.calllfenzo
2022-05-07highlights(cpp): make "::" `@punctuation.delimiter`Stephan Seitz
Fixes #2902
2022-01-29highlights(c/cpp): highlight case labels as constantsStephan Seitz
2022-01-29highlights(cpp): fix function highlighting of Foo::bar::baz()Stephan Seitz
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2396
2022-01-16highlights(cpp): add support for conceptsStephan Seitz
Requires https://github.com/tree-sitter/tree-sitter-cpp/pull/138
2021-11-24Add highlight testsStephan Seitz