| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | chore: setup mergify | Thomas Vigouroux | 2021-07-18 | 1 | -0/+10 | |
| | | ||||||
| * | folds(rust): Fold trait definitions (#1582) | agarof | 2021-07-18 | 1 | -0/+1 | |
| | | ||||||
| * | folds(cpp): highlight scoped enums | Stephan Seitz | 2021-07-14 | 1 | -0/+3 | |
| | | ||||||
| * | c(folds): fold on enums | Stephan Seitz | 2021-07-14 | 1 | -0/+1 | |
| | | ||||||
| * | create TSTagAttribute highlight group (#1575) | Sean Baildon | 2021-07-14 | 1 | -0/+1 | |
| | | | | references #1572 | |||||
| * | Update lockfile.json | GitHub | 2021-07-14 | 1 | -1/+1 | |
| | | ||||||
| * | add @tag.attribute for html like attributes | lmlorca | 2021-07-14 | 5 | -1/+8 | |
| | | ||||||
| * | doc: be more explicit about additional_vim_regex_highlighting (#1561) | Stephan Seitz | 2021-07-13 | 2 | -1/+13 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-07-13 | 1 | -2/+2 | |
| | | ||||||
| * | Query: update highlight queries (#1553) | Santos Gallegos | 2021-07-13 | 2 | -7/+7 | |
| | | | | This is to match https://github.com/nvim-treesitter/tree-sitter-query/pull/15 | |||||
| * | Highlights: define string.special (#1551) | Santos Gallegos | 2021-07-11 | 4 | -1/+7 | |
| | | | | | | | | | | | * 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 | |||||
| * | New stylua version (#1555) | Stephan Seitz | 2021-07-11 | 2 | -9/+5 | |
| | | ||||||
| * | Update lockfile.json (#1554) | github-actions[bot] | 2021-07-11 | 1 | -3/+3 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Python: fix class highlights (#1548) | Santos Gallegos | 2021-07-11 | 1 | -6/+7 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-07-11 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(jsx): fix constant identifier (#1434) | Munif Tanjim | 2021-07-10 | 1 | -3/+0 | |
| | | ||||||
| * | [elixir] Add folds (#1543) | Mitchell Hanberg | 2021-07-09 | 1 | -0/+9 | |
| | | ||||||
| * | downcase predicate: nil protection | Santos Gallegos | 2021-07-09 | 1 | -1/+1 | |
| | | | | | | | | 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 | |||||
| * | Add info about queries and filetype detection to Adding Parsers section of ↵ | Andrew Helwer | 2021-07-09 | 1 | -2/+15 | |
| | | | | | | | | | | | | | 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 | |||||
| * | highlights(rust): Reorder macro queries | Sergio Alejandro Vargas | 2021-07-08 | 1 | -6/+10 | |
| | | | | | | | | Derive macros have to be defined before attribute macros to highlight them properly. See #570 | |||||
| * | highlights(zig): highlight true,false | Stephan Seitz | 2021-07-08 | 1 | -2/+5 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | Folds: support 'foldminlines' | Munif Tanjim | 2021-07-08 | 3 | -3/+5 | |
| | | ||||||
| * | remove packer and nomad from hcl.used_by (#1527) | Michael Hoffmann | 2021-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | Update ledger highlights | Cédric Barreteau | 2021-07-07 | 1 | -0/+1 | |
| | | | | | Add `check` keyword. | |||||
| * | Lua: highlight function definitions | Santos Gallegos | 2021-07-07 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | In lua ```lua function foo() end ``` is syntax sugar for ```lua foo = function() end ``` | |||||
| * | Update lockfile.json | GitHub | 2021-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-07-07 | 1 | -2/+2 | |
| | | ||||||
| * | Add exception handling branches | Sergio Alejandro Vargas | 2021-07-07 | 1 | -0/+2 | |
| | | ||||||
| * | Update Julia fold queries | Sergio Alejandro Vargas | 2021-07-07 | 1 | -9/+15 | |
| | | ||||||
| * | Add Julia indent queries | Sergio Alejandro Vargas | 2021-07-07 | 1 | -0/+40 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | CI: remove LLVM compilation from Mac CI | Stephan Seitz | 2021-07-07 | 1 | -1/+0 | |
| | | ||||||
| * | place template string after braces | antonk52 | 2021-07-07 | 1 | -4/+4 | |
| | | ||||||
| * | [cmake] Add support for generator expression | Uy Ha | 2021-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-07-06 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(cuda): add support for __restrict__ | Stephan Seitz | 2021-07-06 | 2 | -1/+2 | |
| | | ||||||
| * | Folds: fix fold deduplication and improve start/stop logic | Andrew He | 2021-07-06 | 1 | -19/+42 | |
| | | ||||||
| * | highlights(cpp): add static_assert | Stephan Seitz | 2021-07-06 | 1 | -0/+1 | |
| | | ||||||
| * | fix(ecma): add indents to switch and cases | Samyak S Sarnayak | 2021-07-06 | 1 | -0/+2 | |
| | | | | | fixes nvim-treesitter#1384 | |||||
| * | parsers: Teal now requires generate from grammar | Stephan Seitz | 2021-07-06 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | Use `@keyword.function` consistently | Sergio Alejandro Vargas | 2021-07-06 | 6 | -6/+11 | |
| | | ||||||
| * | Highlights(python): Add `@keyword.function` | Sergio Alejandro Vargas | 2021-07-06 | 1 | -2/+5 | |
| | | | | | Use `@keyword.function` for `def` and `lambda` | |||||
| * | Docs: mention that indentation is still experimental | Santos Gallegos | 2021-07-05 | 2 | -2/+4 | |
| | | ||||||
| * | Docs: document `additional_vim_regex_highlighting` option | Santos Gallegos | 2021-07-05 | 1 | -1/+6 | |
| | | ||||||
| * | Luacheck: use config file to exclude files | Santos Gallegos | 2021-07-05 | 4 | -7/+11 | |
| | | ||||||
| * | Update used_by for parent parsers | Santos Gallegos | 2021-07-05 | 1 | -1/+2 | |
| | | | | | | | | | | html_tags and ecma don't have a parser of they own, but that's actually just to get around to inherit common queries. When editing these "base" queries, the playground breaks. Having them in used_by would fix this. | |||||
| * | highlights(zig): highlight `unreachable` | Stephan Seitz | 2021-07-05 | 1 | -0/+1 | |
| | | ||||||
| * | Checkhealth: include injections | Santos Gallegos | 2021-07-05 | 1 | -2/+2 | |
| | | | | | Fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1459 | |||||
