| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-10 | fix(highlights): Add TSNamespace highlight | Stephan Seitz | |
| Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | |||
| 2020-10-04 | Remove textobjects module | Stephan Seitz | |
| 2020-09-19 | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | |
| @exception for Java/JS | |||
| 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 | |
| Co-authored-by: TravonteD <tman1300@aol.com> | |||
| 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 | |
| This makes smart_rename work also for types out of the box and we don't need to search for the path of actual node. | |||
| 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 | |
| * queries(rust): add highlight query. Also slightly changes the way constructors are highlighted. * highglight(rust): use new query syntax | |||
