| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-19 | Use terraform ft for tf and tfvars | Khue Doan | |
| 2021-07-19 | Support HCL file type detection | Khue Doan | |
| 2021-07-19 | feat(mergify): delay mergify merging by one day | Thomas Vigouroux | |
| 2021-07-18 | Update lockfile.json | GitHub | |
| 2021-07-18 | fix: only automerge when then is two approvals | Thomas Vigouroux | |
| 2021-07-18 | fix(mergify): only merge when there is no review requests | Thomas Vigouroux | |
| 2021-07-18 | Folds: remove ending marks for folds; they only confuse vim when multiple ↵ | Andrew He | |
| closes on the same line are expected | |||
| 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 | Re-attach module when the file type is changed | Santos Gallegos | |
| Requires https://github.com/neovim/neovim/pull/14995 Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1249 | |||
| 2021-07-18 | ci(mergify): don't use queues | Thomas Vigouroux | |
| 2021-07-18 | ci(Mergify): configuration update | Thomas Vigouroux | |
| 2021-07-18 | ci(Mergify): configuration update | Thomas Vigouroux | |
| 2021-07-18 | chore: setup mergify | Thomas Vigouroux | |
| 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 | create TSTagAttribute highlight group (#1575) | Sean Baildon | |
| references #1572 | |||
| 2021-07-14 | Update lockfile.json | GitHub | |
| 2021-07-14 | add @tag.attribute for html like attributes | lmlorca | |
| 2021-07-13 | doc: be more explicit about additional_vim_regex_highlighting (#1561) | Stephan Seitz | |
| 2021-07-13 | Update lockfile.json | GitHub | |
| 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 | New stylua version (#1555) | Stephan Seitz | |
| 2021-07-11 | Update lockfile.json (#1554) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2021-07-11 | Python: fix class highlights (#1548) | Santos Gallegos | |
| 2021-07-11 | Update lockfile.json | GitHub | |
| 2021-07-10 | highlights(jsx): fix constant identifier (#1434) | Munif Tanjim | |
| 2021-07-09 | [elixir] Add folds (#1543) | Mitchell Hanberg | |
| 2021-07-09 | downcase predicate: nil protection | Santos Gallegos | |
| get_node_text could be nil if the range is invalid. With https://github.com/neovim/neovim/pull/15030/ this fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1531 | |||
| 2021-07-09 | Add info about queries and filetype detection to Adding Parsers section of ↵ | Andrew Helwer | |
| README (#1533) * Updated Adding Parsers section of README Added info about necessity of manually adding queries Added info about filetype detection * Updated troubleshooting section Added suggestion to check for missing queries or filetype detection | |||
| 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-08 | Update lockfile.json | GitHub | |
| 2021-07-08 | Folds: support 'foldminlines' | Munif Tanjim | |
| 2021-07-07 | remove packer and nomad from hcl.used_by (#1527) | Michael Hoffmann | |
| 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 | Update lockfile.json | GitHub | |
