index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
update-parsers-tier-2
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
queries
/
rust
/
highlights.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
highlights(rust): use `@namespace` for `[(crate) (self) (super)]`
Stephan Seitz
2023-01-01
1
-4
/
+4
*
rust: use @type.qualifier and @storageclass
Trard
2022-11-06
1
-5
/
+12
*
highlights(rust): pub(self/super/crate), use super::thing, etc
Cormac Relf
2022-11-06
1
-1
/
+2
*
highlights(rust): ["<" ">"] @punctuation.bracket in bracketed_type, for_lifet...
Cormac Relf
2022-11-06
1
-0
/
+2
*
highlights(rust): "for" @keyword everywhere else (for<'a>, HRTBs)
Cormac Relf
2022-11-06
1
-2
/
+1
*
highlights(rust): highlight Type in Type::Associated as @type instead of @nam...
Cormac Relf
2022-11-06
1
-0
/
+3
*
highlights(rust): panic!() and assert!() as @exception
Cormac Relf
2022-11-06
1
-0
/
+5
*
fix(rust): update queries to breaking changes
Christian Clason
2022-11-05
1
-6
/
+6
*
highlights(rust): distinguish between "for" in loops and impl_item
Stephan Seitz
2022-10-15
1
-2
/
+4
*
feat(spell): support more languages
Lewis Russell
2022-09-26
1
-6
/
+1
*
feat(spell): upstream spell queries from spellsitter
Lewis Russell
2022-09-06
1
-0
/
+5
*
Split func/method definition from calls in several programming language queries
lfenzo
2022-08-03
1
-6
/
+6
*
highlights(rust): highlight as in <Struct as Trait>::Type
Stephan Seitz
2022-03-11
1
-0
/
+1
*
highlights(rust): add "yield" keyword
Stephan Seitz
2022-01-16
1
-1
/
+4
*
rust(highlights): fix highlighting of char_literal
Stephan Seitz
2021-12-06
1
-1
/
+1
*
highlights(rust): organize keywords and literals
Sergio Alejandro Vargas
2021-11-25
1
-59
/
+70
*
highlights(rust): update operators
Sergio Alejandro Vargas
2021-11-25
1
-68
/
+48
*
Prefer lua-match over match
Lewis Russell
2021-11-23
1
-10
/
+10
*
Rust: highlight uppercase identifiers in match arms as constant (#1940)
Santos Gallegos
2021-10-30
1
-0
/
+15
*
Rust: highlight loop labels
Santos Gallegos
2021-10-01
1
-0
/
+1
*
Rust: fix some highlights
Santos Gallegos
2021-10-01
1
-3
/
+6
*
highlights(rust): Add colon `:` to delimiters
Sergio Alejandro Vargas
2021-09-26
1
-1
/
+1
*
highlights(rust): fix bang `!` in macro_invocation
Sergio Alejandro Vargas
2021-09-26
1
-0
/
+1
*
highlights(rust): Fix angle brackets, and closures
Sergio Alejandro Vargas
2021-09-26
1
-27
/
+28
*
highlights(rust): Reorder macro queries
Sergio Alejandro Vargas
2021-07-08
1
-6
/
+10
*
feat(keywords) merge return and yield into keyword.return group
antonk52
2021-07-04
1
-3
/
+1
*
feat(keywords) add keyword.return & keyword.yield
antonk52
2021-07-04
1
-1
/
+4
*
Rust: fix macros highlights
Santos Gallegos
2021-06-11
1
-7
/
+10
*
highlights(rust): highlight fields with shorthand_field_initializer
Stephan Seitz
2021-05-24
1
-0
/
+2
*
Rust: highlight constants
Santos Gallegos
2021-05-22
1
-1
/
+3
*
highlights(rust): Add operator "?"
Stephan Seitz
2021-04-06
1
-0
/
+1
*
highlights(rust): Highlight dereferenced closure parameters
Stephan Seitz
2021-03-26
1
-1
/
+1
*
rust: tread `,` as a punctuation delimiter
Yuki Ito
2021-03-22
1
-0
/
+1
*
Rust: Add variable and closure parameter highlights
Rohit Pradhan
2021-03-15
1
-0
/
+2
*
Use function keyword highlight group for Rust's fn
Cédric Barreteau
2021-01-20
1
-1
/
+2
*
started branch
Brian Shu
2021-01-07
1
-0
/
+4
*
Rust: highlight brackets
Santos Gallegos
2021-01-04
1
-6
/
+8
*
fix(highlights): Add TSNamespace highlight
Stephan Seitz
2020-10-10
1
-5
/
+31
*
Add @keyword.operator for operators that are English words and add @exception...
Stephan Seitz
2020-09-19
1
-1
/
+4
*
change @meta to @type for derive directives because @meta is not defined
kiyan42
2020-09-06
1
-2
/
+2
*
Change self back to variable.builtin
Avi Dessauer
2020-08-20
1
-1
/
+1
*
Deduplicate queries/rust/highlights.scm
Avi Dessauer
2020-08-20
1
-1
/
+0
*
Highlight operators + improve consistency with Vim syntax
Avi Dessauer
2020-08-20
1
-3
/
+37
*
fix(queries): use vim-match for non lua regexes
Steven Sojka
2020-08-16
1
-1
/
+1
*
highlights(rust): fix some type highlights.
Thomas Vigouroux
2020-08-07
1
-0
/
+3
*
highlights(rust): add async/await keywords
Thomas Vigouroux
2020-08-07
1
-0
/
+2
*
Add Rust queries (#57)
Thomas Vigouroux
2020-07-08
1
-0
/
+167