aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Update parsers: bash, javascript, rust, wingGitHub2023-08-251-4/+4
|
* highlights(sql): add t-sql specific data types (#5311)Matthias Q2023-08-251-0/+9
|
* feat(bash): add missing highlightsAmaan Qureshi2023-08-241-7/+32
|
* feat(bash): fold heredocsObserverOfTime2023-08-241-0/+1
|
* fix(bash): fix injectionsObserverOfTime2023-08-241-7/+9
|
* feat(bash): improve highlightsObserverOfTime2023-08-243-38/+50
|
* Update parsers: bash, dart, heex, java, wingGitHub2023-08-241-5/+5
|
* fix(dart): update queries from upstreamAmaan Qureshi2023-08-241-2/+0
|