summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2020-08-25Fix #292: Add parser links to README.mdStephan Seitz
2020-08-20Docs: remove enable=true from textobjects moduleevakuator
2020-08-20Docs: fix textobjectsevakuator
2020-08-18Docs: documentation for modules/submodulesSantos Gallegos
2020-08-17Textobjects: provide mappings for all swap/goto functionsStephan Seitz
2020-08-16Add fennel supportTravonteD
2020-08-14docs: document the new runtime query systemThomas Vigouroux
2020-08-11docs: advertize zulip instead of gitterThomas Vigouroux
2020-08-09Add troubleshooting for when a parser changesSantos Gallegos
This should be merged after https://github.com/nvim-treesitter/nvim-treesitter/pull/243
2020-08-04Add PHP, TOML, and update HTML, javascript queriesShirasaka
- PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes
2020-07-29Docs: rework readmeSantos Gallegos
- Fix some typos - Remove some unnecessary text that was taking space - Use double quotes in lua examples (this seems to be the convention in the source code) - Sort list of languages so they are easy to find.
2020-07-28feat(parsers): add scheme parserSteven Sojka
2020-07-27Docs: format and fixesSantos Gallegos
Format the docs to be consisted and some typos.
2020-07-27Parsers: add reStructuredTextSantos Gallegos
2020-07-23Add myself as a maintainer for dartAkin Sowemimo
2020-07-23Fix #213: Add parser for dartStephan Seitz
2020-07-21fix readme typoskiyan42
2020-07-20Added myself as c# maintainerSteve Vermeulen
2020-07-17added go maintainer to README.mdWinWisely268
2020-07-16Add jsdoc parserStephan Seitz
2020-07-15Update README.mdThomas Vigouroux
Add a notice on how to temporarily fix highlighting issues.
2020-07-15docs(README): add new actions badgeThomas Vigouroux
2020-07-14Update documentation for new modules 'refactor'/'textobjects'Stephan Seitz
2020-07-14Add textobjects moduleStephan Seitz
2020-07-13Add module refactor.highlight_current_scopeStephan Seitz
2020-07-13Fix #167: Add custom_captures config key to set highlights for custom queriesStephan Seitz
2020-07-11Update exampleSantos Gallegos
2020-07-11TypoSantos Gallegos
2020-07-09docs: add GH actions build badgeThomas Vigouroux
2020-07-09docs: remove unused build status badgeThomas Vigouroux
2020-07-09ci: use GH Actions istead of Travis CIThomas Vigouroux
2020-07-09docs: update README.md for RustThomas Vigouroux
2020-07-09docs: Add screenshot to the readmeThomas Vigouroux
2020-07-07feat(configs): dynamic module defintionsSteven Sojka
2020-07-05Update README.mdThomas Vigouroux
2020-06-30refactor(refactor): use higher local apis and some cleanupSteven Sojka
2020-06-27update docs for TSInstallkiyan42
2020-06-23add highlight queries for bashTravonteD
2020-06-21Add disclaimer to README.mdStephan Seitz
2020-06-19add winnr to get_node_at_cursorkiyan42
2020-06-19update docskiyan42
2020-06-15Merge pull request #86 from steelsojka/feat/jsonKiyan Yazdani
feat(lang): add json highlights
2020-06-15feat(lang): add json highlightsSteven Sojka
2020-06-15Merge pull request #85 from PitcherTear22/masterThomas Vigouroux
Add java support
2020-06-15Add java to supported languagesChinmay Dalal
2020-06-15Merge branch 'master' into feat/typescript-queriesSteven Sojka
* master: Change regexes in C/C++ highlights Update C/C++ highlights to new query syntax Add better highlighting for preprocessor functions in C highlights Add operators /=,*=,|=,&= to C highlights Add compound_statement to c queries Add punctuation.bracket/punctuation.delimiter to C highlights Make =,~,! operators in C highlights Add cpp/locals.scm Add @error highlight to c/highlights.scm Add C++ highlights.scm Introduce base languages for queries Add tree-sitter-regex feat(queries): allow for user overrides Update issue templates
2020-06-15Add C++ highlights.scmStephan Seitz
2020-06-15Merge pull request #80 from steelsojka/feat/user-query-overridesKiyan Yazdani
feat(queries): allow user query overrides
2020-06-14feat(queries): add typescript and javascript queriesSteven Sojka
2020-06-14Add tree-sitter-regexStephan Seitz
This might be interesting for injected highlighting