aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refactor(all): language tree adaption (#1105)Steven Sojka2021-03-309-60/+197
|
* Fix jsdoc: play nice with the comment parser (#1108)Santos Gallegos2021-03-272-2/+2
| | | | | | | | | | | 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
* highlights(rust): Highlight dereferenced closure parametersStephan Seitz2021-03-261-1/+1
|
* highlights(java): Highlight fields (members and member access) (#1107)Stephan Seitz2021-03-261-0/+8
|
* Address #1067: check whether lockfile existsStephan Seitz2021-03-241-1/+2
|
* [docgen] Update README.mdGithub Actions2021-03-241-1/+1
| | | | skip-checks: true
* chore(parsers): add tsx maintainerSteven Sojka2021-03-241-1/+2
|
* feat(install): allow ignore list when installing parsers (#1098)Steven Sojka2021-03-245-7/+53
|
* Add generator functions to ecma querieskraftwerk282021-03-232-0/+6
|
* Update teal highlightsCorey Williamson2021-03-233-19/+44
|
* [docgen] Update README.mdGithub Actions2021-03-231-1/+1
| | | | skip-checks: true
* fix(checkhealth): display error messages of failed queriesStephan Seitz2021-03-233-13/+26
|
* Update lockfile.jsonGitHub2021-03-231-2/+2
|
* Added Zig grammarHimujjal2021-03-237-0/+266
|
* Update lockfile.jsonGitHub2021-03-221-1/+1
|
* add basic queries for bibtexChristian Clason2021-03-223-0/+62
|
* Add indents for phpshirasaka2021-03-222-7/+34
|
* Fix indent sizeBrady Phillips2021-03-221-5/+1
| | | | | Indent size should equal shiftwidth, unless shiftwidth is 0 in which case tabstop should be used.
* Update lockfile.jsonGitHub2021-03-221-1/+7
|
* use health#report_warn for treesitter version checkbitcoder2021-03-221-2/+4
|
* [docgen] Update README.mdGithub Actions2021-03-221-0/+1
| | | | skip-checks: true
* [docgen] Update README.mdGithub Actions2021-03-221-0/+2
| | | | skip-checks: true
* Add LaTeX/Bibtex parserStephan Seitz2021-03-221-6/+23
|
* Update lockfile.jsonGitHub2021-03-221-4/+7
|
* delete locals queries for beancountBrian Ryall2021-03-221-3/+0
|
* fix invalid annotation in beancount queryBrian Ryall2021-03-221-1/+1
|
* fix typo in beancount parserBrian Ryall2021-03-221-1/+1
|
* add support for beancount filesBrian Ryall2021-03-224-0/+41
|
* rust: tread `,` as a punctuation delimiterYuki Ito2021-03-221-0/+1
|
* attribute in stead of annotationTormod Alf Try Tufteland2021-03-201-3/+3
|
* kotlin: updated parser, and added annotation highlight againTormod Alf Try Tufteland2021-03-202-5/+8
|
* Update lockfile.jsonGitHub2021-03-201-2/+2
|
* updated svelte repoHimujjal2021-03-201-1/+1
|
* Update lockfile.jsonGitHub2021-03-191-1/+1
|
* go: add builtin typesYuki Ito2021-03-191-0/+6
|
* Update lockfile.jsonGitHub2021-03-181-1/+1
|
* Update injections.scmHanh Le2021-03-181-1/+1
|
* Update lockfile.jsonGitHub2021-03-181-1/+1
|
* feat: Allow tables for additional_vim_regex_highlightingStephan Seitz2021-03-181-1/+3
|
* feat: Allow to configure to use syntax and tree-sitter togetherStephan Seitz2021-03-182-1/+5
|
* fix formatting issues caused by asterisknbCloud912021-03-181-2/+2
| | | Replace the asterisk used for "Multiple parsers found" by a plus sign. It prevents the asterisk from messing up the formatting of the rest of the `:checkhealth` buffer.
* Update glimmer queries from pluginNullVoxPopuli2021-03-181-8/+59
| | | Maybe there is a way to read this file from the plugin directly?
* Update lockfile.jsonGitHub2021-03-171-1/+1
|
* Remove SKIP_LOCKFILE_UPDATES_FOR_LANGSsogaiu2021-03-171-2/+0
|
* Update clojure,turtle,sparqlStephan Seitz2021-03-172-5/+3
|
* GraphQL no longer requires_generate_from_grammarStephan Seitz2021-03-171-1/+0
|
* Update lockfile.jsonGitHub2021-03-171-1/+1
|
* Use newline instead of spaceBonaBeavis2021-03-171-1/+2
|
* Add newline before legendBonaBeavis2021-03-171-1/+2
| | | Without this newline there is no syntax highlighting after the legend.
* Update lockfileStephan Seitz2021-03-163-23/+20
|