index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
rust
Age
Commit message (
Expand
)
Author
2021-04-06
highlights(rust): Add operator "?"
Stephan Seitz
2021-03-26
highlights(rust): Highlight dereferenced closure parameters
Stephan Seitz
2021-03-22
rust: tread `,` as a punctuation delimiter
Yuki Ito
2021-03-15
Rust: add mod_item to folds
Santos Gallegos
2021-03-15
Rust: Add variable and closure parameter highlights
Rohit Pradhan
2021-03-12
Add comment parser to highlight comment tags (#893)
Santos Gallegos
2021-03-01
fixed rust match indents
Brian Shu
2021-03-01
feat: use @ignore for comments and multiline strings
elianiva
2021-02-08
fix: rust use_list + tuple_expression indent
elianiva
2021-01-20
Use function keyword highlight group for Rust's fn
Cédric Barreteau
2021-01-14
feat: added more indent queries
elianiva
2021-01-07
started branch
Brian Shu
2021-01-04
Rust: highlight brackets
Santos Gallegos
2020-10-10
fix(highlights): Add TSNamespace highlight
Stephan Seitz
2020-10-04
Remove textobjects module
Stephan Seitz
2020-09-19
Add @keyword.operator for operators that are English words and add @exception...
Stephan Seitz
2020-09-06
change @meta to @type for derive directives because @meta is not defined
kiyan42
2020-08-20
Change self back to variable.builtin
Avi Dessauer
2020-08-20
Deduplicate queries/rust/highlights.scm
Avi Dessauer
2020-08-20
Highlight operators + improve consistency with Vim syntax
Avi Dessauer
2020-08-16
fix(queries): use vim-match for non lua regexes
Steven Sojka
2020-08-07
highlights(rust): fix some type highlights.
Thomas Vigouroux
2020-08-07
highlights(rust): add async/await keywords
Thomas Vigouroux
2020-07-20
Attach kind of reference to query result instead of using subfields
Stephan Seitz
2020-07-17
go loop and func literal, rust textobject support
winwisely268
2020-07-13
Add rust locals.scm
Stephan Seitz
2020-07-08
Add Rust queries (#57)
Thomas Vigouroux