| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-19 | Use ignored capture groups | Oliver Marshall | |
| 2021-07-19 | Improve some comments | Oliver Marshall | |
| 2021-07-19 | Improve highlights for types | Oliver Marshall | |
| 2021-07-19 | Remove constant highlighting | Oliver Marshall | |
| 2021-07-19 | Add forgotten annon function highlight | Oliver Marshall | |
| 2021-07-19 | Add header comment | Oliver Marshall | |
| 2021-07-19 | Add some todos | Oliver Marshall | |
| 2021-07-19 | Add context based highlighting for def, defn & ns | Oliver Marshall | |
| 2021-07-19 | Revamp the symbol highlighting | Oliver Marshall | |
| 2021-07-19 | Move meta punctuation | Oliver Marshall | |
| 2021-07-19 | Simplify | Oliver Marshall | |
| 2021-07-19 | Add some comments & TODOs | Oliver Marshall | |
| 2021-07-19 | First pass at def-likes | Oliver Marshall | |
| 2021-07-19 | Match % variables | Oliver Marshall | |
| 2021-07-19 | Add more operators | Oliver Marshall | |
| 2021-07-19 | Add some TODOs | Oliver Marshall | |
| 2021-07-19 | Highlight splicing operators | Oliver Marshall | |
| 2021-07-19 | All the other stuff, includes: | Oliver Marshall | |
| - Changing huge 'match's to 'any-of's - Roughly organising the queries into sections - Add some TODOs for more improvements - Comment out def-like and call queries as they overlap too much - Change the captures to use better (imo) groups - Make with-.* and when-.* always highlight like a builtin | |||
| 2021-07-19 | Reorganise slightly | Oliver Marshall | |
| 2021-07-19 | Add YANG parser | Tomas Sandven | |
| 2021-07-18 | c: don't treat uppercase functions as constants | Gregory Anders | |
| A macro function such as #define FOO(x) ... should be highlighted with @function.macro, even though the name is in all-caps (which would otherwise be treated as a constant). Similarly, call sites of such functions, e.g. int y = FOO(x); should be highlighted with @function instead of @constant. This is as simple as moving the query definition for macro functions after the query definition for constants. | |||
| 2021-07-18 | fix(elixir): add missing possible parameters | Łukasz Niemier | |
| 2021-07-18 | folds(rust): Fold trait definitions (#1582) | agarof | |
| 2021-07-14 | folds(cpp): highlight scoped enums | Stephan Seitz | |
| 2021-07-14 | c(folds): fold on enums | Stephan Seitz | |
| 2021-07-14 | add @tag.attribute for html like attributes | lmlorca | |
| 2021-07-13 | Query: update highlight queries (#1553) | Santos Gallegos | |
| This is to match https://github.com/nvim-treesitter/tree-sitter-query/pull/15 | |||
| 2021-07-11 | Highlights: define string.special (#1551) | Santos Gallegos | |
| * Highlights: define string.special This was in our CONTRIBUTING.md file, but wasn't defined. Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1405 * Use string.escape | |||
| 2021-07-11 | Python: fix class highlights (#1548) | Santos Gallegos | |
| 2021-07-10 | highlights(jsx): fix constant identifier (#1434) | Munif Tanjim | |
| 2021-07-09 | [elixir] Add folds (#1543) | Mitchell Hanberg | |
| 2021-07-08 | highlights(rust): Reorder macro queries | Sergio Alejandro Vargas | |
| Derive macros have to be defined before attribute macros to highlight them properly. See #570 | |||
| 2021-07-08 | highlights(zig): highlight true,false | Stephan Seitz | |
| 2021-07-07 | Update ledger highlights | Cédric Barreteau | |
| Add `check` keyword. | |||
| 2021-07-07 | Lua: highlight function definitions | Santos Gallegos | |
| In lua ```lua function foo() end ``` is syntax sugar for ```lua foo = function() end ``` | |||
| 2021-07-07 | Add exception handling branches | Sergio Alejandro Vargas | |
| 2021-07-07 | Update Julia fold queries | Sergio Alejandro Vargas | |
| 2021-07-07 | Add Julia indent queries | Sergio Alejandro Vargas | |
| 2021-07-07 | place template string after braces | antonk52 | |
| 2021-07-06 | [cmake] Add support for generator expression | Uy Ha | |
| 2021-07-06 | highlights(cuda): add support for __restrict__ | Stephan Seitz | |
| 2021-07-06 | highlights(cpp): add static_assert | Stephan Seitz | |
| 2021-07-06 | fix(ecma): add indents to switch and cases | Samyak S Sarnayak | |
| fixes nvim-treesitter#1384 | |||
| 2021-07-06 | Use `@keyword.function` consistently | Sergio Alejandro Vargas | |
| 2021-07-06 | Highlights(python): Add `@keyword.function` | Sergio Alejandro Vargas | |
| Use `@keyword.function` for `def` and `lambda` | |||
| 2021-07-05 | highlights(zig): highlight `unreachable` | Stephan Seitz | |
| 2021-07-04 | feat(keywords) merge return and yield into keyword.return group | antonk52 | |
| 2021-07-04 | feat(keywords) add keyword.return & keyword.yield | antonk52 | |
| 2021-07-04 | locals: add more scopes | Omar Zeghouani | |
| 2021-07-04 | highlights(zig): use `@string.escape` for escape sequences | Stephan Seitz | |
