summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-07-09Add info about queries and filetype detection to Adding Parsers section of ↵Andrew Helwer
README (#1533) * Updated Adding Parsers section of README Added info about necessity of manually adding queries Added info about filetype detection * Updated troubleshooting section Added suggestion to check for missing queries or filetype detection
2021-07-08Folds: support 'foldminlines'Munif Tanjim
2021-07-05Docs: mention that indentation is still experimentalSantos Gallegos
2021-07-04[docgen] Update README.mdGithub Actions
skip-checks: true
2021-07-02add hcl parsermhoffm
2021-06-30doc: link Installation wiki page in the READMESamyak Sarnayak
As discussed in #1439
2021-06-14[docgen] Update README.mdGithub Actions
skip-checks: true
2021-06-12fixed typo (#1386)Ashish Panigrahi
2021-06-11docs: notify that treesitter stabilization in planned for 0.6Thomas Vigouroux
Stabilization of treesitter has been postponed, so we are going to require people to follow master for a bit longer.
2021-06-06[docgen] Update README.mdGithub Actions
skip-checks: true
2021-05-26[docgen] Update README.mdGithub Actions
skip-checks: true
2021-05-19[docgen] Update README.mdGithub Actions
skip-checks: true
2021-05-18Revert README.md changeDaniel Kempkens
2021-05-18Initial Elixir supportDaniel Kempkens
2021-05-17Extend CL highlightsStephan Seitz
2021-05-11Add config for Dockerfile parser (#1288)Camden Cheek
2021-05-07[docgen] Update README.mdGithub Actions
skip-checks: true
2021-05-07[docgen] Update README.mdGithub Actions
skip-checks: true
2021-04-28[docgen] Update README.mdGithub Actions
skip-checks: true
2021-04-23[docgen] Update README.mdGithub Actions
skip-checks: true
2021-04-23Add Fortran queries from @oponkorkStephan Seitz
2021-04-18YAML: update queries (#1203)Santos Gallegos
Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
2021-04-08[docgen] Update README.mdGithub Actions
skip-checks: true
2021-04-08[docgen] Update README.mdGithub Actions
skip-checks: true
2021-04-05Small update to READMEChristian Clason
For the sake of completeness, mention that `folding` is not a module in list of available modules.
2021-03-30[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-24[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-24feat(install): allow ignore list when installing parsers (#1098)Steven Sojka
2021-03-23[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-23Added Zig grammarHimujjal
2021-03-22[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-22[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-16[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-16[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-16[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-16[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-16[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2021-03-02[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-02[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-01[docgen] Update README.mdGithub Actions
skip-checks: true
2021-02-23[docgen] Update README.mdGithub Actions
skip-checks: true
2021-02-19[docgen] Update README.mdGithub Actions
skip-checks: true
2021-02-11[docgen] Update README.mdGithub Actions
skip-checks: true
2021-02-10Add devicetree parser with queries (#900)Jędrzej Boczar
* Add devicetree parser with queries * [docgen] Update README.md skip-checks: true * queries/devicetree: update highlight capture groups * minor fix in CONTRIBUTING.md * Revert "minor fix in CONTRIBUTING.md" This reverts commit 23622b49dbb9eace471e036c0f94fc64b5fda951. * queries/devicetree: add self as maintainer * [docgen] Update README.md skip-checks: true Co-authored-by: Github Actions <actions@github>
2021-02-01[docgen] Update README.mdGithub Actions
skip-checks: true
2021-01-31Add ledger parser, folds and highlights queriesCédric Barreteau
2021-01-28docs: update READMEKevin Anantha
- change config to configs
2021-01-05Add turtleBonaBeavis
2021-01-04docs: mention running packadd in README.mdThomas Vigouroux
Thanks @David-Else for the suggestion. Fixes #270