aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update parsers: c_sharp, php, sqlGitHub2022-12-161-3/+3
|
* feat: allow to set keymappings to `false`Stephan Seitz2022-12-153-22/+26
| | | | Fixes #3954
* highlights(lua): use @method.callJaehwang Jung2022-12-151-1/+1
|
* ci: Add name of updated parsers to commit messageStephan Seitz2022-12-151-3/+8
| | | | Fixes #3962
* Update lockfile.json (#3976)github-actions[bot]2022-12-151-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* utils: respect shellslash settingAttila Tajti2022-12-141-1/+1
| | | | Use '/' as path separator on Windows when shellslash is set.
* install: fix is_installed checks with shellslashAttila Tajti2022-12-141-2/+13
| | | | Convert paths to use backslashes on Windows.
* shell: respect shellslash option on WindowsAttila Tajti2022-12-141-5/+16
| | | | | | | Always use backlashes as path separators in commands when they are used in cmd.exe. Fixes #2844 #1965
* julia: update queries to parser change (#3956)Sergio A. Vargas2022-12-144-21/+22
|
* Update lockfile.jsonGitHub2022-12-141-1/+1
|
* add queries `project` and `cmake_minimum_required`v0.8.1v0.8.0Uy Ha2022-12-131-0/+14
|
* remove redundant parenthesesUy Ha2022-12-131-13/+13
|
* bind ENV and CACHE as @storageclassUy Ha2022-12-131-1/+1
|
* add OUTPUT_VARIABLE query for list TRANSFORMUy Ha2022-12-131-0/+9
|
* rearrange queries, include all builtin commands in one queryUy Ha2022-12-131-44/+49
|
* add highlight for `list` commandUy Ha2022-12-131-0/+39
|
* add highlight for `unset` commandUy Ha2022-12-131-0/+13
|
* add queries for block, return, break, continue, and includeUy Ha2022-12-131-2/+35
|
* feat(cmake): add block_def to foldUy Ha2022-12-131-0/+1
|
* highlights(typescript): add `module` keywordAnanda Umamil2022-12-131-0/+1
|
* test: Add test name to summary outputRaymond Ha2022-12-131-1/+1
|
* Update lockfile.json (#3966)github-actions[bot]2022-12-131-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* Update lockfile.jsonGitHub2022-12-121-6/+6
|
* Update lockfile.jsonGitHub2022-12-101-1/+1
|
* Update lockfile.json (#3955)github-actions[bot]2022-12-091-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* feat(php): improve indents for match and switch (#3953)gbprod2022-12-091-0/+3
|
* Update lockfile.jsonGitHub2022-12-091-3/+3
|
* feat(erlang)!: switch parser to maintained fork (#3791)Benedikt Reinartz2022-12-084-76/+97
| | | update queries to breaking changes
* Update lockfile.jsonGitHub2022-12-081-1/+1
|
* Update lockfile.json (#3949)github-actions[bot]2022-12-081-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* latex: @nospell for environment names, citations and commands (#3948)david-pikas2022-12-081-7/+10
| | | | | | | * Added @nospell for environment names and commands * Added citations to @nospell Co-authored-by: David Pikas <David.Pikas@iar.com>
* Update lockfile.jsonGitHub2022-12-071-1/+1
|
* indents(ecma): Fix switch default indentRaymond Ha2022-12-073-0/+10
|
* Update lockfile.jsonGitHub2022-12-071-2/+2
|
* Update lockfile.jsonGitHub2022-12-061-2/+2
|
* fix(php): add missing php fold querygbprod2022-12-061-0/+1
|
* Update lockfile.jsonGitHub2022-12-061-4/+4
|
* Update lockfile.jsonGitHub2022-12-051-1/+1
|
* Update lockfile.jsonGitHub2022-12-051-1/+1
|
* feat: support when buf is not currentJulien Burkhard2022-12-041-2/+2
|
* highlights(go): add `@label`Stephan Seitz2022-12-041-0/+2
|
* Update lockfile.jsonGitHub2022-12-041-1/+1
|
* Update lockfile.jsonGitHub2022-12-031-2/+2
|
* Update lockfile.jsonGitHub2022-12-031-1/+1
|
* fix(julia): update queries to parser changeChristian Clason2022-12-032-5/+6
|
* Update lockfile.jsonGitHub2022-12-031-1/+1
|
* Update lockfile.jsonGitHub2022-12-021-1/+1
|
* highlights: create subscoping for ternary operatorStephan Seitz2022-12-0213-13/+20
| | | | | | | | | | After https://github.com/nvim-treesitter/nvim-treesitter/issues/470, we decided to use `@conditional` for ternary operator instead of operator despite `@conditional` is documented for keywords only. A sub-scoping can make it easier for people to highlight this operator group differently. Also unify the usage of `@conditional...` across languages.
* Update lockfile.jsonGitHub2022-12-021-2/+2
|
* fix(sql)!: generate from grammarChristian Clason2022-12-022-1/+2
|