summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-11-16Update READMEGithub Actions
2022-11-13Update README (#3802)github-actions[bot]
Co-authored-by: Github Actions <actions@github>
2022-11-13feat: vhs (.tape) support (#3726)Carlos Alexandro Becker
2022-11-01fix(readme): disable folding at startupWuelner Martínez
2022-11-01Disable folding at startup.Jelle Haandrikman
2022-10-28Update READMEGithub Actions
2022-10-28feat(git_rebase): add git_rebase parsergbprod
2022-10-20Update READMEGithub Actions
2022-10-19feat(diff): add diff parsergbprod
This commit introduce diff parser.
2022-10-17fix(readme): update highlight instructionsChristian Clason
2022-10-16feat!: remove obsolete `TS*` highlight groupsChristian Clason
2022-10-15Update READMEGithub Actions
2022-10-12Update configuration example for `auto_install`Chih-Pin Tan
2022-10-03Update READMEGithub Actions
2022-10-03Introduce twig parsergbprod
This commit introduce parser, highlights and injections for the [twig syntax](https://twig.symfony.com)
2022-10-01docs: add example of how to use function to disable a moduleJędrzej Boczar
2022-09-29Update READMEGithub Actions
2022-09-20Update READMEGithub Actions
2022-09-12Update READMEGithub Actions
2022-09-10Update READMEGithub Actions
2022-09-10feat: add jsonnetCezary Drożak
2022-09-09Update READMEGithub Actions
2022-09-08Update READMEGithub Actions
2022-09-05Update READMEGithub Actions
2022-09-02Update READMEGithub Actions
2022-08-26docs: make setting about install location more discoverableStephan Seitz
2022-08-26Update READMEGithub Actions
2022-08-19Update READMEGithub Actions
2022-08-17Update READMEGithub Actions
2022-08-16Update READMEGithub Actions
2022-08-09chore: update `tree-sitter-http` parser URLNTBBloodbath
2022-08-03Add racket support6cdh
2022-07-09Update READMEGithub Actions
2022-07-08feat: add option to auto-install missing parsers (#3130)Jonas Strittmatter
2022-07-08Initial SQL supportderekstride
2022-07-07add qmljs (#3126)Access
2022-06-26Update READMEGithub Actions
2022-06-24docs: minimal supported tree-sitter versionChristian Clason
Some parsers are built with ABI 14, which was introduced in tree-sitter 0.20.3.
2022-06-20Add support for custom parser install locations #2959 (#3031)Duncan McDougall
2022-06-19Update READMEGithub Actions
2022-06-19Update the readmeBrian Albert Monroe
2022-06-19Update READMEGithub Actions
2022-06-14Update READMEGithub Actions
2022-05-21Update READMEGithub Actions
2022-05-21feat(vlang): initial supporttami5
Add support for vlang filetypes. - [ ] Highlight `C` as builtin variable. This is FFI in vlang land, where C act like extern and access c functions. The vlang parser does some extension between C function calls and arguments but I believe highlighting C as builtin variable is sufficient indicator for now. I tried to use offset! but failed. Any suggestions? - [ ] Set up parser url. the vlang parser is located within [vls] repo. Is installing from nested repo supported? `tree_sitter_v/src/parser.c`? [vls]: https://github.com/vlang/vls/tree/master/tree_sitter_v cc @elianiva @theHamsta
2022-05-21Add wiki link to information on languagesTerseTears
2022-05-05Update READMEGithub Actions
2022-04-30docs: fix checkhealth command in README (#2884)Luke Bakken
Health check command should be `:checkhealth nvim-treesitter`
2022-04-28Update READMEGithub Actions
2022-04-27Update READMEGithub Actions