aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* highlights(typescript): use more specific groupsObserverOfTime2022-11-261-18/+24
|
* highlights(ecma): fix capturesObserverOfTime2022-11-261-2/+2
| | | | Co-Authored-By: Stephan Seitz <stephan.seitz@fau.de>
* highlights(fortran): use more specific groupsObserverOfTime2022-11-261-11/+20
|
* highlights(elvish): fix capturesObserverOfTime2022-11-261-1/+1
|
* highlights(elm): use more specific groupsObserverOfTime2022-11-261-10/+18
|
* highlights(elixir): fix capturesObserverOfTime2022-11-261-1/+1
|
* highlights(dart): use more specific groupsObserverOfTime2022-11-261-14/+24
|
* highlights(d): use more specific groupsObserverOfTime2022-11-261-19/+29
|
* highlights(css): use more specific groupsObserverOfTime2022-11-261-5/+6
|
* highlights(c_sharp): use more specific groupsObserverOfTime2022-11-261-15/+23
|
* highlights(vala): fix capturesObserverOfTime2022-11-261-2/+2
|
* highlights(hlsl): use more specific groupsObserverOfTime2022-11-261-1/+1
|
* highlights(glsl): use more specific groupsObserverOfTime2022-11-261-2/+2
|
* highlights(cuda): use more specific groupsObserverOfTime2022-11-261-7/+3
|
* highlights(cpp): use more specific groupsObserverOfTime2022-11-262-11/+19
|
* highlights(c): use more specific groupsObserverOfTime2022-11-261-8/+9
| | | | Co-Authored-By: Stephan Seitz <stephan.seitz@fau.de>
* highlights(comment): improve note tagsObserverOfTime2022-11-261-9/+20
|
* highlights(gitattributes): fix capturesObserverOfTime2022-11-262-6/+6
|
* highlights(ruby): fix capturesObserverOfTime2022-11-261-4/+5
|
* docs: fix contributing guidelinesObserverOfTime2022-11-261-13/+2
|
* handle `opts` as number, #3323Mamrezo Zare2022-11-251-3/+3
|
* Expand locals to include properties and methodsWilliam Mathewson2022-11-251-0/+30
| | | | | | | The previous locals were lacking a few locals related to JS classes. This expands the locals to include properties defined on classes (e.g. `this.foo = "bar"` or `static #targets`) as both vars & references, as well as private methods on classes (e.g. `#bar(x) { x }` and `#bar(y)`).
* improve php variables and $this highlightsNikita Sklyarov2022-11-251-3/+2
|
* Update lockfile.jsonGitHub2022-11-251-1/+1
|
* Update lockfile.jsonGitHub2022-11-251-0/+3
|
* Update READMEGithub Actions2022-11-251-0/+1
|
* Add ebnf parserRubixDev2022-11-252-0/+54
|
* Update lockfile.jsonGitHub2022-11-251-1/+1
|
* feat(gitcommit): improve diff injection since last parser updategbprod2022-11-251-1/+1
|
* feat(gitcommit): add spell checkingObserverOfTime2022-11-251-6/+6
|
* ci: fix check for valid captureStephan Seitz2022-11-251-1/+1
| | | | Arguments to vim.startswith where swapped. Prefix has to go second.
* Narrow as @include queryRaymond Ha2022-11-251-1/+5
|
* highlights(typescript): Fix as highlightRaymond Ha2022-11-252-0/+10
|
* Update lockfile.jsonGitHub2022-11-241-1/+1
|
* highlights(ecma): distinguish between "default" in export and switch statementsTrard2022-11-241-1/+5
|
* fix(installer): don't update that are not installed (exclude global parsers)Folke Lemaitre2022-11-241-1/+1
|
* highlights(typescript): add satisfies keyword (#3852)Raymond Ha2022-11-242-2/+3
|
* Update lockfile.jsonGitHub2022-11-241-0/+3
|
* feat: add gitcommit parsergbprod2022-11-244-0/+45
|
* fix(fish): "test" command capture nametaekwombo2022-11-241-2/+2
|
* Update lockfile.jsonGitHub2022-11-241-1/+1
|
* fix(astro): make the script element use typescript instead of javascriptVir Chaudhury2022-11-241-0/+3
|
* 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
|