aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* feat: add re2cAmaan Qureshi2023-08-2411-3/+245
|
* refactor: replace some match & vim-match usagesObserverOfTime2023-08-237-18/+15
|
* Update parsers: ada, bash, java, matlab, wingGitHub2023-08-231-5/+5
|
* Update parsers: bash, forth, hurl, wingGitHub2023-08-231-4/+4
|
* fix(lua): use include-children instead (#5299)Pham Huy Hoang2023-08-221-5/+7
| | | | | The root issue is fixed with neovim 0.9.2. But the current stable version is neovim 0.9.1, so partially reverts the commit to make it compatible with the current stable version.
* fix: HEEx partial expression injectionsDamir Vandic2023-08-211-1/+4
| | | Fixes #5296
* feat: add ForthAmaan Qureshi2023-08-218-0/+42
|
* Update parsers: css, glsl, jsdoc, scala, sql, wingGitHub2023-08-211-6/+6
|
* feat: add straceAmaan Qureshi2023-08-205-0/+68
|
* Update parsers: arduino, bash, julia, rust, wingGitHub2023-08-201-5/+5
|
* ci: fix update lockfile workflowObserverOfTime2023-08-201-1/+1
|
* chore: ignore ci artifactsObserverOfTime2023-08-191-0/+3
|
* feat(swift): improve highlightsGustavo Ordaz2023-08-181-1/+8
|
* ci: update workflowsObserverOfTime2023-08-183-20/+12
|
* ci: add shebangs to scriptsObserverOfTime2023-08-186-11/+16
|
* feat(java): add highlights to string interpolationPham Huy Hoang2023-08-181-0/+2
|
* Update parsers: cuda, gpg, hlsl, java, javascript, php, scala, wingGitHub2023-08-181-8/+8
|
* fix(lua): luap injection (#5275)TheLeoP2023-08-182-5/+32
| | | | | | | | | * fix(lua): luap injection * test(lua): check for incorrect hlgroup of injected luap * chore(lua): injections styling * chore(lua): ignore luacheck for test.lua