summaryrefslogtreecommitdiff
path: root/queries/cpp/highlights.scm
AgeCommit message (Expand)Author
2021-10-20highlights(cpp): highlight literal_suffix as `@operator`Stephan Seitz
2021-09-27cpp: highlight template method identifier as a methodJohn Drouhard
2021-09-26cpp: update lockfile.json and fix for breaking changesJohn Drouhard
2021-09-17testStephan Seitz
2021-09-17highlights(c/cpp): react to upstream changes to attributesStephan Seitz
2021-09-17highlights(cpp): add support for coroutinesStephan Seitz
2021-07-06highlights(cpp): add static_assertStephan Seitz
2021-06-10c++ highlights: don't capture all identifiers with uppercase initials as typesAlex Chen
2021-05-18highlights(c/c++): "..." also exists in C (variadic macros)Stephan Seitz
2021-04-26highlights(cpp): highlight namespaces in using declartionsStephan Seitz
2021-04-26highlights(cpp): reduce number of regexesStephan Seitz
2021-04-26highlights(cpp): avoid overwriting C CONSTANTSStephan Seitz
2021-01-29highlights(cpp): fix constructor call highlightingStephan Seitz
2021-01-08C++ highlights: Fix destructor highlightingStephan Seitz
2020-11-20c/cpp highlights: Fix field declarations and initializersJohn Drouhard
2020-11-18Do not highlight Uppercase function as typeStephan Seitz
2020-11-18fix(predicates): Fix #446: highlight property only if not a methodStephan Seitz
2020-10-13C++ highlights: highlight all kinds of optional parametersStephan Seitz
2020-10-11feat(queries): modeline mechanism for base langsThomas Vigouroux
2020-10-10fix(highlights): Add TSNamespace highlightStephan Seitz
2020-09-19Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz
2020-09-14Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz
2020-09-11ci: fix wrong queriesThomas Vigouroux
2020-09-08feat(C++ highlights): highlight operator_name as functionStephan Seitz
2020-08-24feat(c/cpp highlights): highlight pointer/reference parametersStephan Seitz
2020-08-22C++ highlights: Add initial support for attributesStephan Seitz
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-08-13Fix #286: Highlight C++ raw_string_literalStephan Seitz
2020-07-20C++ highlights: Add decltype keywordStephan Seitz
2020-07-20C++ highlights: Highlight variadic parametersStephan Seitz
2020-07-09highlight(c): fix booleans and typesThomas Vigouroux
2020-07-05C/C++ highlights: update to new syntaxStephan Seitz
2020-06-26Fix cpp-highlights: wrong capture name used in regexStephan Seitz
2020-06-15Change regexes in C/C++ highlightsStephan Seitz
2020-06-15Update C/C++ highlights to new query syntaxStephan Seitz
2020-06-15Make =,~,! operators in C highlightsStephan Seitz
2020-06-15Add cpp/locals.scmStephan Seitz
2020-06-15Add C++ highlights.scmStephan Seitz