summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-01-03[docgen] Update README.mdGithub Actions
2020-12-31[docgen] Update README.mdGithub Actions
2020-12-30Add SPARQLBonaBeavis
Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com>
2020-12-10[docgen] Update README.mdGithub Actions
skip-checks: true
2020-12-09Allow user configure parsers using metatablesLuis Carlos Cruz Carballo
2020-12-06add readme and more correct highlight capturesTormod Alf Try Tufteland
2020-11-29Fix typo in READMEWilman Barrios
2020-11-29[docgen] Update README.mdGithub Actions
2020-11-29Add hint to use `:TSUpdate` as post-update-hookStephan Seitz
2020-11-27feat: add graphql grammarBryan Kegley
2020-11-25add TOC to readmeChristian Clason
2020-11-25restructure readmeChristian Clason
2020-11-25move advanced explanation to the endChristian Clason
2020-11-25restructure explanationChristian Clason
2020-11-25slight editChristian Clason
2020-11-25expand explanation of TSUpdateChristian Clason
2020-11-25explain how to add unsupported parsersChristian Clason
2020-11-23fix: update interface following languagetree merge (#687)Thomas Vigouroux
2020-11-22[docgen] Update README.mdGithub Actions
skip-checks: true
2020-11-13Lua things all over the placedrocha87
2020-11-13Fix readme setup exampledrocha87
2020-11-09[docgen] Update README.mdGithub Actions
2020-10-26feat(install): add "maintained" option to only install maintained parsersStephan Seitz
Unmaintained parsers only give users little benefit but take sometimes a a long time to install (e.g. Markdown, Julia, Haskell parser). We could recommend to only install maintained parsers by default.
2020-10-22[docgen] Update README.mdGithub Actions
skip-checks: true
2020-10-20[docgen] Update README.mdGithub Actions
2020-10-19update docskiyan42
2020-10-19docs(highlights): document LanguageTree.Thomas Vigouroux
2020-10-19feat(languagetree): implement language treeThomas Vigouroux
Allow the LanguageTree to be used as an option for highlighting. Co-authored-by: Santos Gallegos <stsewd@protonmail.com> Co-authored-by: Yazdani Kiyan <yazdani.kiyan@protonmail.com>
2020-10-19readme: add nvim-treesitter-contextRom Grk
2020-10-16Update README requirements for parser download/compilationStephan Seitz
2020-10-10[docgen] Update README.mdGithub Actions
2020-10-04fix: readme link to nvim-treesitter-textobjectstonycheang
2020-10-04[docgen] Update README.mdGithub Actions
2020-10-04Add "External modules" section to READMEStephan Seitz
2020-10-04Remove textobjects moduleStephan Seitz
2020-10-04Merge pull request #487 from steelsojka/remove-refactorSteven Sojka
chore(modules): remove refactor module
2020-09-30[docgen] Update README.mdGithub Actions
skip-checks: true
2020-09-25chore(modules): remove refactor moduleSteven Sojka
2020-09-19[docgen] Update README.mdGithub Actions
skip-checks: true
2020-09-18Link to gallerySantos Gallegos
2020-09-19Update FAQSantos Gallegos
Add an entry for https://github.com/nvim-treesitter/nvim-treesitter/issues/340.
2020-09-11Show up logoSantos Gallegos
Too good to be hidden
2020-09-08Fold: update docsSantos Gallegos
Document foldnestmax.
2020-09-06Highlights: default TSError to NormalSantos Gallegos
This provides a better experience for users without any extra config.
2020-08-31feat(refactor.navigation): allow a `fallback_function` for goto_definitionStephan Seitz
`fallback_function` is called when nvim-treesitter can not resolve the variable under the cursor.
2020-08-31feat(refactor.navigation): add navigation.goto_{next,previous}_usageStephan Seitz
2020-08-31feat(CI): auto-update README.mdStephan Seitz
2020-08-27docs(README): add link to Windows wiki pageStephan Seitz
2020-08-27docs: document foldmethod workaroundsThomas Vigouroux
2020-08-26docs: fix syntax error in README exampleStephan Seitz