index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
queries
/
cpp
/
highlights.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
highlights(cpp): add alternative operator names
mliszcz
2022-10-11
1
-14
/
+11
*
Split func/method definition from calls in C++ highlighting queries
lfenzo
2022-08-03
1
-4
/
+4
*
highlights(c/cpp): move attributes to C (again)
Stephan Seitz
2022-07-28
1
-2
/
+0
*
highlights(cpp): make "::" `@punctuation.delimiter`
Stephan Seitz
2022-05-07
1
-4
/
+3
*
highlights(cpp): Add operator cast highlight
Fabian Viöl
2022-03-02
1
-1
/
+2
*
highlights(cpp): Highlight method with nested qualified_identifier
Fabian Viöl
2022-02-09
1
-0
/
+4
*
highlights(c/cpp): highlight case labels as constants
Stephan Seitz
2022-01-29
1
-0
/
+2
*
highlights(cpp): fix function highlighting of Foo::bar::baz()
Stephan Seitz
2022-01-29
1
-0
/
+10
*
highlights(cpp): add support for "<=>", "constinit", "consteval"
Stephan Seitz
2022-01-17
1
-1
/
+6
*
highlights(cpp): add support for concepts
Stephan Seitz
2022-01-16
1
-0
/
+4
*
Prefer lua-match over match
Lewis Russell
2021-11-23
1
-7
/
+7
*
highlights(cpp): highlight literal_suffix as `@operator`
Stephan Seitz
2021-10-20
1
-0
/
+2
*
cpp: highlight template method identifier as a method
John Drouhard
2021-09-27
1
-0
/
+3
*
cpp: update lockfile.json and fix for breaking changes
John Drouhard
2021-09-26
1
-10
/
+6
*
test
Stephan Seitz
2021-09-17
1
-0
/
+2
*
highlights(c/cpp): react to upstream changes to attributes
Stephan Seitz
2021-09-17
1
-8
/
+5
*
highlights(cpp): add support for coroutines
Stephan Seitz
2021-09-17
1
-0
/
+3
*
highlights(cpp): add static_assert
Stephan Seitz
2021-07-06
1
-0
/
+1
*
c++ highlights: don't capture all identifiers with uppercase initials as types
Alex Chen
2021-06-10
1
-4
/
+0
*
highlights(c/c++): "..." also exists in C (variadic macros)
Stephan Seitz
2021-05-18
1
-1
/
+0
*
highlights(cpp): highlight namespaces in using declartions
Stephan Seitz
2021-04-26
1
-0
/
+2
*
highlights(cpp): reduce number of regexes
Stephan Seitz
2021-04-26
1
-9
/
+3
*
highlights(cpp): avoid overwriting C CONSTANTS
Stephan Seitz
2021-04-26
1
-2
/
+2
*
highlights(cpp): fix constructor call highlighting
Stephan Seitz
2021-01-29
1
-0
/
+3
*
C++ highlights: Fix destructor highlighting
Stephan Seitz
2021-01-08
1
-1
/
+1
*
c/cpp highlights: Fix field declarations and initializers
John Drouhard
2020-11-20
1
-0
/
+6
*
Do not highlight Uppercase function as type
Stephan Seitz
2020-11-18
1
-3
/
+5
*
fix(predicates): Fix #446: highlight property only if not a method
Stephan Seitz
2020-11-18
1
-2
/
+3
*
C++ highlights: highlight all kinds of optional parameters
Stephan Seitz
2020-10-13
1
-2
/
+2
*
feat(queries): modeline mechanism for base langs
Thomas Vigouroux
2020-10-11
1
-0
/
+2
*
fix(highlights): Add TSNamespace highlight
Stephan Seitz
2020-10-10
1
-1
/
+3
*
Add @keyword.operator for operators that are English words and add @exception...
Stephan Seitz
2020-09-19
1
-2
/
+20
*
Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages
Stephan Seitz
2020-09-14
1
-1
/
+1
*
ci: fix wrong queries
Thomas Vigouroux
2020-09-11
1
-3
/
+3
*
feat(C++ highlights): highlight operator_name as function
Stephan Seitz
2020-09-08
1
-0
/
+2
*
feat(c/cpp highlights): highlight pointer/reference parameters
Stephan Seitz
2020-08-24
1
-0
/
+2
*
C++ highlights: Add initial support for attributes
Stephan Seitz
2020-08-22
1
-0
/
+6
*
feat(highlights): add is predicate
Steven Sojka
2020-08-16
1
-5
/
+10
*
Fix #286: Highlight C++ raw_string_literal
Stephan Seitz
2020-08-13
1
-0
/
+4
*
C++ highlights: Add decltype keyword
Stephan Seitz
2020-07-20
1
-0
/
+1
*
C++ highlights: Highlight variadic parameters
Stephan Seitz
2020-07-20
1
-0
/
+4
*
highlight(c): fix booleans and types
Thomas Vigouroux
2020-07-09
1
-1
/
+3
*
C/C++ highlights: update to new syntax
Stephan Seitz
2020-07-05
1
-22
/
+29
*
Fix cpp-highlights: wrong capture name used in regex
Stephan Seitz
2020-06-26
1
-3
/
+2
*
Change regexes in C/C++ highlights
Stephan Seitz
2020-06-15
1
-1
/
+1
*
Update C/C++ highlights to new query syntax
Stephan Seitz
2020-06-15
1
-11
/
+11
*
Make =,~,! operators in C highlights
Stephan Seitz
2020-06-15
1
-5
/
+0
*
Add cpp/locals.scm
Stephan Seitz
2020-06-15
1
-3
/
+8
*
Add C++ highlights.scm
Stephan Seitz
2020-06-15
1
-0
/
+97