| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-08 | Add ninja parser (#2217) | Alexandre A. Muller | |
| * Add ninja parser * Add branch main * No need for ftdetect | |||
| 2022-01-05 | Update README | Github Actions | |
| 2022-01-04 | Update README | Github Actions | |
| 2021-12-24 | Update README (#2160) | github-actions[bot] | |
| Co-authored-by: Github Actions <actions@github> | |||
| 2021-12-18 | Add support for new golang `go.work` files | Omer Tuchfeld | |
| 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. | |||
| 2021-12-18 | Make example config more easy to read | Santos Gallegos | |
| Ref https://github.com/nvim-treesitter/nvim-treesitter/issues/2095#issuecomment-992759818 | |||
| 2021-12-14 | Update README | Github Actions | |
| 2021-12-06 | docs: remove advice to use 0.5-compat | Stephan Seitz | |
| 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. | |||
| 2021-11-30 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-11-28 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-11-26 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-11-26 | fix: listing of grammar support | Jirgn | |
| 2021-11-26 | fix: autogenerated README | Jirgn | |
| 2021-11-26 | feat: add fusion grammar and highlights | Jirgn | |
| 2021-11-20 | Add `query error: invalid node type at position` to the troubleshooting section | Santos Gallegos | |
| We have had many of these recently... | |||
| 2021-11-16 | Just one line | Santos Gallegos | |
| 2021-11-16 | Docs: update docs on how to override a query | Santos Gallegos | |
| `queries/` and `after/queries/` are the same now. I kind of prefer the old method, but just updating our docs to reflect the reality for now. Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1710 Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1441 | |||
| 2021-11-14 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-11-08 | docs: make comment more specific | Sirisak Lueangsaksri | |
| 2021-11-08 | refactor: nitpicking | Sirisak Lueangsaksri | |
| 2021-11-08 | feat: sync install for `ensure_installed` | Sirisak Lueangsaksri | |
| 2021-11-02 | chore: fix typos | Dundar Göc | |
| 2021-10-21 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-10-20 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-10-07 | feat: add "experimental" key to parsers | Cezary Drożak | |
| feat(ci): mark parsers as experimental in README | |||
| 2021-10-01 | Update README.md | Stephan Seitz | |
| Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||
| 2021-10-01 | docs(install): explain how to use a proxy for download | Stephan Seitz | |
| 2021-09-25 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-09-19 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-09-17 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-09-17 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-09-08 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-09-01 | Add tree-sitter-dot (#1770) | rydesun | |
| * Add tree-sitter-dot * Fix DOT highlights * highlights(DOT): add HTML string * Remove DOT ftdetect Vim and Neovim runtime have added DOT filetype detection * Update DOT highlights | |||
| 2021-08-29 | Add tree-sitter-pioasm with highlights and injections (#1759) | leo60228 | |
| * add tree-sitter-pioasm with highlights and injections * [docgen] Update README.md skip-checks: true * remove ada injection from pioasm * address review * remove unnecessary python predicate Co-authored-by: Github Actions <actions@github> | |||
| 2021-08-26 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-08-21 | highlights(php): add `instanceof` as `@keyword` (#1728) | Wilman Barrios | |
| 2021-08-20 | Added TLA+ grammar & queries | Andrew Helwer | |
| 2021-08-20 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-08-16 | feat: add support for vim | Thomas Vigouroux | |
| 2021-08-12 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-08-07 | feat: allow 'revision' override in parser config (#1661) | Munif Tanjim | |
| 2021-08-03 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-07-29 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-07-29 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-07-19 | Update README.md | Duarte OC | |
| 2021-07-19 | Updated TSInstall example command. | Duarte OC | |
| When getting set up, the current instructions make me think I have to write `:TSInstall {'python'}`, when the correct command is `TSInstall python` Let me know if this makes sense 😄 | |||
| 2021-07-19 | Update transferred fish repo info | 26797767+krnik | |
| 2021-07-19 | docs: notify about 0.5-compat in the readme | Thomas Vigouroux | |
| 2021-07-19 | Add YANG parser | Tomas Sandven | |
| 2021-07-13 | doc: be more explicit about additional_vim_regex_highlighting (#1561) | Stephan Seitz | |
