summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-01Remove requires_generate_from_grammar for ledgerStephan Seitz
2021-04-01all/maintained: only installation from grammar when tree-sitter CLI executableStephan Seitz
2021-04-01Check for node-js on :TSInstallFromGrammarStephan Seitz
Ref: https://github.com/nvim-treesitter/nvim-treesitter/issues/1121#issuecomment-811755767
2021-04-01fix: avoid infinite loop which causes some breakagekiyan
2021-04-01fix: jsx indent querykiyan
2021-04-01fix: indent on new linekiyan
2021-03-31Update lockfile.jsonGitHub
2021-03-31Add tree-sitter ABI version to health checkStephan Seitz
2021-03-30Import highlights.scm from tree-sitter-zigStephan Seitz
2021-03-30Fix beancount queriesStephan Seitz
2021-03-30Pin verilog parser because it downgraded to 0.18.0Stephan Seitz
2021-03-30Use fullpath to tree-sitter executable to avoid using one from NPMStephan Seitz
2021-03-30Update lockfile.jsonGitHub
2021-03-30[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-30Add LaTeX maintainersStephan Seitz
2021-03-30Add text.reference and text.environmentStephan Seitz
2021-03-30latex: add TSMath that behaves like vimtex math highlightingStephan Seitz
2021-03-30feat: Add Latex basic highlights and foldsStephan Seitz
Fix #1104
2021-03-30refactor(all): language tree adaption (#1105)Steven Sojka
2021-03-27Fix jsdoc: play nice with the comment parser (#1108)Santos Gallegos
Using separate queries makes it work as expected. Also, for the comment parser to be able to override the other tokens we need to remove the comment from highlights (this shouldn't be a problem since that section is already highlighted as a comment). And, the order of the captures matter, having jsdoc first will have more priority over `@param`. Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1069
2021-03-26highlights(rust): Highlight dereferenced closure parametersStephan Seitz
2021-03-26highlights(java): Highlight fields (members and member access) (#1107)Stephan Seitz
2021-03-24Address #1067: check whether lockfile existsStephan Seitz
2021-03-24[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-24chore(parsers): add tsx maintainerSteven Sojka
2021-03-24feat(install): allow ignore list when installing parsers (#1098)Steven Sojka
2021-03-23Add generator functions to ecma querieskraftwerk28
2021-03-23Update teal highlightsCorey Williamson
2021-03-23[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-23fix(checkhealth): display error messages of failed queriesStephan Seitz
2021-03-23Update lockfile.jsonGitHub
2021-03-23Added Zig grammarHimujjal
2021-03-22Update lockfile.jsonGitHub
2021-03-22add basic queries for bibtexChristian Clason
2021-03-22Add indents for phpshirasaka
2021-03-22Fix indent sizeBrady Phillips
Indent size should equal shiftwidth, unless shiftwidth is 0 in which case tabstop should be used.
2021-03-22Update lockfile.jsonGitHub
2021-03-22use health#report_warn for treesitter version checkbitcoder
2021-03-22[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-22[docgen] Update README.mdGithub Actions
skip-checks: true
2021-03-22Add LaTeX/Bibtex parserStephan Seitz
2021-03-22Update lockfile.jsonGitHub
2021-03-22delete locals queries for beancountBrian Ryall
2021-03-22fix invalid annotation in beancount queryBrian Ryall
2021-03-22fix typo in beancount parserBrian Ryall
2021-03-22add support for beancount filesBrian Ryall
2021-03-22rust: tread `,` as a punctuation delimiterYuki Ito
2021-03-20attribute in stead of annotationTormod Alf Try Tufteland
2021-03-20kotlin: updated parser, and added annotation highlight againTormod Alf Try Tufteland
2021-03-20Update lockfile.jsonGitHub