aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(installer): ignore globally installed parserskylo2522022-11-242-2/+10
| | | | | | | Problem: `is_installed` is picking up parsers shipped by neovim v0.8 with unknown version and compatability Solution: only consider a parser installed if it's available in the parsers_install_dir
* fix(fish): update for upstream changesStephan Seitz2022-11-241-6/+11
| | | | | | https://github.com/ram02z/tree-sitter-fish/pull/16 Co-authored-by: taekwombo <taekwombo@users.noreply.github.com>
* Update lockfile.jsonGitHub2022-11-241-1/+1
|
* injections(nix): add injections for builtins.matchfigsoda2022-11-241-0/+8
|
* injections(nix): add injections for code blocksfigsoda2022-11-241-0/+89
| | | | based on https://github.com/cstrahan/tree-sitter-nix/pull/31
* highlights(nix): highlight parametersfigsoda2022-11-241-2/+7
|
* Update lockfile.jsonGitHub2022-11-231-2/+2
|
* Update lockfile.jsonGitHub2022-11-221-1/+1
|
* fixup! help: update queriesChristian Clason2022-11-221-1/+1
|
* help: update queriesChristian Clason2022-11-222-1/+4
| | | | supports injections for codeblocks starting with, e.g., `>lua`
* Update lockfile.jsonGitHub2022-11-221-2/+2
|
* add golang type definition highlightViorel Craescu2022-11-211-0/+1
|
* Update lockfile.jsonGitHub2022-11-212-3/+16
|
* removed switch from keywordsTrard2022-11-211-1/+0
|
* Update lockfile.jsonGitHub2022-11-211-1/+1
|
* Update lockfile.jsonGitHub2022-11-201-1/+1
|
* ci(readme): add experimental annotationObserverOfTime2022-11-201-1/+1
| | | | even when the grammar is unmaintained
* feat: add mermaidObserverOfTime2022-11-204-0/+189
|
* Add Spelling to hcl commentsLuke Swithenbank2022-11-201-1/+1
|
* Update lockfile.jsonGitHub2022-11-191-1/+1
|
* docs: add `@nospell` to contributing.mdChristian Clason2022-11-191-1/+2
| | | supported as of Neovim v0.8.1
* Update lockfile.jsonGitHub2022-11-191-1/+1
|
* feat: add jqObserverOfTime2022-11-185-0/+371
|
* docs: remove readme png from version controlChristian Clason2022-11-181-1/+1
|
* Update lockfile.jsonChristian Clason2022-11-181-0/+0
|
* Update lockfile.jsonChristian Clason2022-11-181-4/+7
|
* Update READMEGithub Actions2022-11-181-0/+1
|
* feat(arduino): separate from cppObserverOfTime2022-11-186-1/+125
|
* sql: update parser and query (#3820)Derek Stride2022-11-182-1/+4
| | | Add better `term` nodes in the select expression
* Update lockfile.jsonGitHub2022-11-161-0/+3
|
* Update READMEGithub Actions2022-11-161-0/+1
|
* feat: add awkObserverOfTime2022-11-163-0/+163
|
* Update lockfile.json (#3812)github-actions[bot]2022-11-161-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* rego: update parser and queries (#3805)FallenAngel972022-11-162-12/+60
| | | Co-authored-by: Oleksii Demennikov <odemennikov@lohika.com>
* Update lockfile.json (#3803)github-actions[bot]2022-11-131-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* Update README (#3802)github-actions[bot]2022-11-131-1/+1
| | | Co-authored-by: Github Actions <actions@github>
* feat: vhs (.tape) support (#3726)Carlos Alexandro Becker2022-11-134-0/+53
|
* Update lockfile.jsonGitHub2022-11-131-1/+1
|
* julia: update queries to parser changeChristian Clason2022-11-122-9/+2
|
* Update lockfile.jsonGitHub2022-11-121-1/+1
|
* Update lockfile.jsonGitHub2022-11-111-1/+1
|
* Update lockfile.jsonGitHub2022-11-091-1/+1
|
* Update lockfile.jsonGitHub2022-11-081-1/+1
|
* rust: use @type.qualifier and @storageclassTrard2022-11-062-13/+21
|
* highlights(rust): pub(self/super/crate), use super::thing, etcCormac Relf2022-11-061-1/+2
|
* highlights(rust): ["<" ">"] @punctuation.bracket in bracketed_type, ↵Cormac Relf2022-11-061-0/+2
| | | | for_lifetimes
* highlights(rust): "for" @keyword everywhere else (for<'a>, HRTBs)Cormac Relf2022-11-061-2/+1
|
* highlights(rust): highlight Type in Type::Associated as @type instead of ↵Cormac Relf2022-11-061-0/+3
| | | | @namespace
* highlights(rust): panic!() and assert!() as @exceptionCormac Relf2022-11-061-0/+5
|
* fix: update scheme queries to parser changeChristian Clason2022-11-061-1/+1
|