| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add support for Pascal (#2153) | Isopod | 2021-12-24 | 6 | -0/+477 | |
| | | | | | | * Add support for Pascal * Pascal: Replace some of the capture groups, use lua-match where possible | |||||
| * | Query: update highlights | Santos Gallegos | 2021-12-24 | 2 | -2/+3 | |
| | | | | | ref https://github.com/nvim-treesitter/tree-sitter-query/pull/17 | |||||
| * | PHP: highlight unset | Santos Gallegos | 2021-12-23 | 1 | -0/+1 | |
| | | | | | | | Similar to https://github.com/tree-sitter/tree-sitter-php/blob/57f855461aeeca73bd4218754fb26b5ac143f98f/grammar.js#L130-L132 Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/2156 | |||||
| * | update fusion to version 1.1.1 (#2148) | jirgn | 2021-12-23 | 6 | -26/+73 | |
| | | | | | | | | | | | | | | | | | | | * feat(fusion): update tests * fix(fusion): update lockfile * fix(fusion): update to (highlight breaking) version 1.1.0 * update grammer to introduce afx support * update tests and queries * fix: revert lockfile update of unrelated grammars * fix: update to 1.1.1 and fix hightlights * fix: use @tag.attribute capture to match specs Co-authored-by: Jirgn <jirgn76@googlemail.com> | |||||
| * | Update queries | Santos Gallegos | 2021-12-22 | 7 | -19/+19 | |
| | | | | | | - Don't use the old form for predicates - Update some invalid queries | |||||
| * | Markdown: update queries | Santos Gallegos | 2021-12-21 | 2 | -0/+6 | |
| | | ||||||
| * | ci(injection tests): don't consider root language an injection | Stephan Seitz | 2021-12-20 | 2 | -1/+8 | |
| | | ||||||
| * | ci: add injection tests | Stephan Seitz | 2021-12-20 | 2 | -0/+95 | |
| | | ||||||
| * | ci: Remove "ensure_installed" from minimal_init.lua | Stephan Seitz | 2021-12-20 | 1 | -1/+0 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-12-20 | 1 | -1/+1 | |
| | | ||||||
| * | goto_node: normalize range for nvim_win_set_cursor | Santos Gallegos | 2021-12-20 | 1 | -8/+4 | |
| | | | | | | | | Looks like neovim doesn't accept -1 on nvim_win_set_cursor. It's listed as an exception on `:h api-indexing`. Fixes https://github.com/nvim-treesitter/nvim-treesitter-textobjects/issues/149 | |||||
| * | Update lockfile.json | GitHub | 2021-12-20 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(markdown): separate highlight for header marker and underline (#2129) | Michael Chris Lopez | 2021-12-19 | 1 | -3/+12 | |
| | | ||||||
| * | highlights(python): Improve self and cls highlight (#2134) | Fabian | 2021-12-18 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | 1. This function simplifies an unnecessary lua-match usage. 2. Fixes an accidental change, where "cls" was changed to "class" (fe4f320b66) 3. Match functions, which have have a decorator. 4. But exclude @staticmethod 5. Only highlight "cls" as @variable.builtin when the decorator is @classmethod This might be a bit to complicated and some of this not to useful, as this existing rule: ```scm ((identifier) @variable.builtin (#eq? @variable.builtin "self")) ``` overwrites the queries anyway. | |||||
| * | Update lockfile.json | GitHub | 2021-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | Add support for new golang `go.work` files | Omer Tuchfeld | 2021-12-18 | 7 | -0/+31 | |
| | | | | | | | | | | The new golang 1.18 version (currently in beta) [introduced](https://github.com/golang/go/issues/45713) a new file type called `go.work`. This commit adds support for the syntax of that file using the https://github.com/omertuc/tree-sitter-go-work repository That repository is heavily based on previous work in the https://github.com/camdencheek/tree-sitter-go-mod repository, with a few minor changes to make it work on the very similar `go.work` files. | |||||
| * | Fix misleading text in `CONTRIBUTING.md` (#2137) | Omer Tuchfeld | 2021-12-18 | 1 | -1/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json (#2124) | github-actions[bot] | 2021-12-18 | 1 | -5/+5 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Make example config more easy to read | Santos Gallegos | 2021-12-18 | 2 | -9/+35 | |
| | | | | | Ref https://github.com/nvim-treesitter/nvim-treesitter/issues/2095#issuecomment-992759818 | |||||
| * | highlights(markdown): highlight link_text as @text.reference | Michael Chris Lopez | 2021-12-17 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-12-15 | 1 | -2/+2 | |
| | | ||||||
| * | feat: enable parsers after installation immediately without reload | Stephan Seitz | 2021-12-15 | 1 | -0/+11 | |
| | | ||||||
| * | highlights(bash): add `[[` `]]` | lucy | 2021-12-14 | 1 | -0/+2 | |
| | | ||||||
| * | highlights(bash): add process substitution | lucy | 2021-12-14 | 1 | -0/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-12-14 | 1 | -0/+6 | |
| | | ||||||
| * | Update README | Github Actions | 2021-12-14 | 1 | -0/+2 | |
| | | ||||||
| * | parsers: Add MDeiml/tree-sitter-markdown as markdown parser | Stephan Seitz | 2021-12-14 | 4 | -22/+37 | |
| | | | | | Fixes #872 | |||||
| * | feat(lang): add make | Lewis Russell | 2021-12-14 | 3 | -0/+119 | |
| | | ||||||
| * | injections(rust): inject regex into `Regex::new` | Stephan Seitz | 2021-12-14 | 1 | -0/+13 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(lua): `next` as builtin function | numToStr | 2021-12-13 | 2 | -0/+16 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-12-12 | 1 | -5/+5 | |
| | | ||||||
| * | highlights(ecma): highlight escape_sequence | Stephan Seitz | 2021-12-12 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-12-06 | 1 | -1/+1 | |
| | | ||||||
| * | ci: use Neovim v0.6.0 | Stephan Seitz | 2021-12-06 | 3 | -7/+7 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-12-06 | 1 | -7/+7 | |
| | | ||||||
| * | fix(fusion): update lockfile | Jirgn | 2021-12-06 | 1 | -1/+1 | |
| | | ||||||
| * | feat(fusion): update tests | Jirgn | 2021-12-06 | 2 | -8/+11 | |
| | | ||||||
| * | ci: open PRs to update README | Stephan Seitz | 2021-12-06 | 1 | -12/+15 | |
| | | ||||||
| * | rust(highlights): fix highlighting of char_literal | Stephan Seitz | 2021-12-06 | 1 | -1/+1 | |
| | | ||||||
| * | Apply cpp to arduino | Chad Condon | 2021-12-06 | 1 | -0/+1 | |
| | | ||||||
| * | docs: remove advice to use 0.5-compat | Stephan Seitz | 2021-12-06 | 1 | -5/+2 | |
| | | | | | | | | 0.5-compat branch was not actively maintained and nvim-treesitter also runs with stable versions. We should be able to maintain compatibility with latest stable by fall-back implementations in case there should be a breaking change. | |||||
| * | OCaml string format specifiers | Dawid Zych | 2021-12-02 | 1 | -1/+1 | |
| | | | | | | For format specifiers use @string.special instead of @punctuation.special. | |||||
| * | OCaml use @constant.builtin for built in constants | silenc3r | 2021-12-01 | 1 | -1/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2021-12-01 | 1 | -0/+3 | |
| | | ||||||
| * | Fix pug injection | Stephan Seitz | 2021-11-30 | 2 | -2/+5 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-11-30 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
| * | Feat: Added Pug parser with inital queries | Stefan Wienert | 2021-11-30 | 5 | -0/+53 | |
| | | ||||||
