summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-01-08Add ninja parser (#2217)Alexandre A. Muller
* Add ninja parser * Add branch main * No need for ftdetect
2022-01-05Update READMEGithub Actions
2022-01-04Update READMEGithub Actions
2021-12-24Update README (#2160)github-actions[bot]
Co-authored-by: Github Actions <actions@github>
2021-12-18Add support for new golang `go.work` filesOmer 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-18Make example config more easy to readSantos Gallegos
Ref https://github.com/nvim-treesitter/nvim-treesitter/issues/2095#issuecomment-992759818
2021-12-14Update READMEGithub Actions
2021-12-06docs: remove advice to use 0.5-compatStephan 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.mdGithub Actions
skip-checks: true
2021-11-28[docgen] Update README.mdGithub Actions
skip-checks: true
2021-11-26[docgen] Update README.mdGithub Actions
skip-checks: true
2021-11-26fix: listing of grammar supportJirgn
2021-11-26fix: autogenerated READMEJirgn
2021-11-26feat: add fusion grammar and highlightsJirgn
2021-11-20Add `query error: invalid node type at position` to the troubleshooting sectionSantos Gallegos
We have had many of these recently...
2021-11-16Just one lineSantos Gallegos
2021-11-16Docs: update docs on how to override a querySantos 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.mdGithub Actions
skip-checks: true
2021-11-08docs: make comment more specificSirisak Lueangsaksri
2021-11-08refactor: nitpickingSirisak Lueangsaksri
2021-11-08feat: sync install for `ensure_installed`Sirisak Lueangsaksri
2021-11-02chore: fix typosDundar Göc
2021-10-21[docgen] Update README.mdGithub Actions
skip-checks: true
2021-10-20[docgen] Update README.mdGithub Actions
skip-checks: true
2021-10-07feat: add "experimental" key to parsersCezary Drożak
feat(ci): mark parsers as experimental in README
2021-10-01Update README.mdStephan Seitz
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
2021-10-01docs(install): explain how to use a proxy for downloadStephan Seitz
2021-09-25[docgen] Update README.mdGithub Actions
skip-checks: true
2021-09-19[docgen] Update README.mdGithub Actions
skip-checks: true
2021-09-17[docgen] Update README.mdGithub Actions
skip-checks: true
2021-09-17[docgen] Update README.mdGithub Actions
skip-checks: true
2021-09-08[docgen] Update README.mdGithub Actions
skip-checks: true
2021-09-01Add 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-29Add 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.mdGithub Actions
skip-checks: true
2021-08-21highlights(php): add `instanceof` as `@keyword` (#1728)Wilman Barrios
2021-08-20Added TLA+ grammar & queriesAndrew Helwer
2021-08-20[docgen] Update README.mdGithub Actions
skip-checks: true
2021-08-16feat: add support for vimThomas Vigouroux
2021-08-12[docgen] Update README.mdGithub Actions
skip-checks: true
2021-08-07feat: allow 'revision' override in parser config (#1661)Munif Tanjim
2021-08-03[docgen] Update README.mdGithub Actions
skip-checks: true
2021-07-29[docgen] Update README.mdGithub Actions
skip-checks: true
2021-07-29[docgen] Update README.mdGithub Actions
skip-checks: true
2021-07-19Update README.mdDuarte OC
2021-07-19Updated 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-19Update transferred fish repo info26797767+krnik
2021-07-19docs: notify about 0.5-compat in the readmeThomas Vigouroux
2021-07-19Add YANG parserTomas Sandven
2021-07-13doc: be more explicit about additional_vim_regex_highlighting (#1561)Stephan Seitz