aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update parsers: phpGitHub2023-09-171-1/+1
|
* injections(lua): add vim highlights to api funcs (#5404)Pham Huy Hoang2023-09-161-0/+70
| | | | Add vim injections for `vim.api.nvim[_buf]_create_user_command` and `vim.api.nvim_create_autocmd`
* Update parsers: lalrpop, wing (#5403)github-actions[bot]2023-09-161-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* fix(lua): fix luadoc injectionsChristian Clason2023-09-151-1/+1
|
* fix(yaml): promql injections blockChristian Segundo2023-09-152-2/+9
|
* Update parsers: cue, nickel, wingGitHub2023-09-151-3/+3
|
* fix(t32): update indent queries & testChristoph Sax2023-09-143-33/+34
| | | | | | | The latest release of the grammar changes the handling of consecutive line breaks. This breaks the existing test for indents. This commit updates the indent queries and fixes the associated test.
* Update parsers: t32, wingGitHub2023-09-141-2/+2
|
* Update parsers: glsl, hlsl, wingGitHub2023-09-131-3/+3
|
* Update READMEGithub Actions2023-09-131-0/+1
|
* feat: add Snakemakeosthomas2023-09-126-0/+87
|
* feat: @spell on commentsJaehwang Jung2023-09-1256-57/+61
|
* perf(comment): remove spell captureJaehwang Jung2023-09-121-2/+0
| | | | | | | | | Problem: Comment highlight query produces too many @spell captures. Solution: Remove the query. This is fine because comment parser is only used in injection and the parent language has @spell for comment.
* Update parsers: gleam, vhs, wingGitHub2023-09-121-3/+3
|
* refactor: remove `include-children` from queries (#5226)Pham Huy Hoang2023-09-126-58/+32
| | | These `include-children` were to alleviate an issue with empty range language tree, which has been fixed for Neovim nightly/Neovim 0.9.2
* fix!: backport `ac9e755` from `main`L Lllvvuu2023-09-111-1/+1
| | | | | Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> Closes: neovim/neovim#25088
* Update parsers: straceGitHub2023-09-111-1/+1
|
* feat(swift): update parser and queriesAlex Pinkus2023-09-102-2/+3
| | | Co-authored-by: Alex Pinkus <pinkus@amazon.com>
* Update READMEGithub Actions2023-09-101-0/+1
|
* feat: add EDSBeartama2023-09-104-0/+61
|
* fix(julia): fix highlighting `end` keywordLoong2023-09-091-4/+4
|
* Update parsers: llvm, wingGitHub2023-09-091-2/+2
|
* Update parsers: dart, lua, sql, t32, wingGitHub2023-09-081-5/+5
|
* fix(lua): highlights for attributeMunif Tanjim2023-09-071-3/+4
|
* Update parsers: elm, wingGitHub2023-09-071-2/+2
|
* Update parsers: ada, hoon, wingGitHub2023-09-061-3/+3
|
* Update parsers: julia, wingGitHub2023-09-051-2/+2
|
* Update parsers: blueprint, devicetree, java, wingGitHub2023-09-041-4/+4
|
* Feat: Add unison (#5340)Tavish Pegram2023-09-035-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | * Add unison * Trivial change to force prepush hook * Undo change * PR Feedback - remove appended text in query after variable, update lockfile, remove main branch specification in parser * Replacing captures with only ones in the contributing.md * Fix typo * Generate from grammar * First group of suggested changes * Update gt operator * Remove outer parens * Remove maybe.c * Add comment injection
* docs: fix typo in README.mdYuri Socher Bichibichi2023-09-021-1/+1
|
* Update parsers: gpg, requirements, wingGitHub2023-09-021-3/+3
|
* Update parsers: csv, kconfig, nqc, psv, racket, scala, scheme, tsv, wingGitHub2023-09-011-9/+9
|
* feat: add KconfigAmaan Qureshi2023-08-318-0/+132
|
* fix(ecma_injections): limit function names to alphanumeric characters onlyTobias S2023-08-311-0/+1
|
* feat(doxygen): update queries from upstreamAmaan Qureshi2023-08-313-4/+13
|
* feat: add NQCAmaan Qureshi2023-08-318-0/+34
|
* Update parsers: fortran, wingGitHub2023-08-311-2/+2
|
* feat(bash): update parser and queriesAmaan Qureshi2023-08-302-1/+3
|
* Update parsers: hack, rust, tiger, wingGitHub2023-08-301-4/+4
|
* Update parsers: ada, java, wingGitHub2023-08-291-3/+3
|
* Update parsers: bash, gleam, wingGitHub2023-08-281-3/+3
|
* folds(typescript): add `enum_declaration`Stephan Seitz2023-08-271-0/+1
| | | | Fixes #5325
* feat(doxygen): update parser and queriesAmaan Qureshi2023-08-273-1/+11
|
* feat(vim): add the builtin `sign` command (#5322)Kevin Svetlitski2023-08-271-0/+1
|
* fix(clojure): fix field highlighting (#5319)Noah2023-08-272-3/+60
|
* Update parsers: bash, doxygen, wingGitHub2023-08-271-3/+3
|
* Update parsers: commonlisp, glsl, wingGitHub2023-08-261-3/+3
|
* fix(bash): update queries from upstream (#5321)Amaan Qureshi2023-08-263-6/+2
|
* feat: add DoxygenAmaan Qureshi2023-08-2611-3/+74
|
* feat(jsonnet): update parser and queriesJeroen Op 't Eynde2023-08-253-54/+110
|