aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: add BassAmaan Qureshi2023-03-228-0/+174
|
* fix(python): add object as `@type.builtin`Anthony Shi2023-03-221-1/+1
|
* Update parsers: glimmerGitHub2023-03-221-1/+1
|
* feat(html): injections in <script type>Benny Powers2023-03-222-10/+33
| | | | | | refactor(html): remove superfluous injection query fix(html): associate "module" type with "javascript"
* test: ecma injectionsBenny Powers2023-03-222-9/+9
|
* test: html injectionsBenny Powers2023-03-221-5/+38
|
* highlights(proto): make "include"/"package" `@include`Stephan Seitz2023-03-211-2/+5
|
* fix: revert for solidityZhizhen He2023-03-211-2/+2
|
* docs: fix typoZhizhen He2023-03-215-9/+9
|
* Update parsers: glimmer, sqlGitHub2023-03-211-2/+2
|
* fix(parsers): alias sh to bashObserverOfTime2023-03-211-0/+1
|
* comment(highlights): reduce user mention priorityObserverOfTime2023-03-201-1/+2
|
* feat: add LuadocAmaan Qureshi2023-03-205-0/+149
|
* queries(lua): add more keywords related to variable/function builtins, ↵Amaan Qureshi2023-03-201-3/+9
| | | | debug, and coroutines
* fix(lua): properly highlight labelsAmaan Qureshi2023-03-201-2/+7
|
* injections(html): input regex patterns (#4521)Benny Powers2023-03-191-2/+12
| | | | | * injections(html): input regex patterns replaces regex part of #2577
* fix: svg injection in ecma tagged literalsBenny Powers2023-03-191-5/+5
|
* style: alternation in template literal queryBenny Powers2023-03-191-17/+18
|
* fix(ecma): template literal injectionsBenny Powers2023-03-191-0/+13
| | | | | see https://github.com/nvim-treesitter/nvim-treesitter/commit/e3ebc8ec5d586162f3c408417621daa59ba8ea62#commitcomment-104824257 for explanation This also assigns the HTML parser for SVG tagged literals, since svg uses the HTML parser
* fix(cpp): nullptr should be `@constant.builtin`Amaan Qureshi2023-03-191-1/+1
|
* Update parsers: qmljs, swiftGitHub2023-03-191-2/+2
|
* Use pre-generated parser files for sql grammarderekstride2023-03-162-2/+2
|
* fix: check if repo location exists for local pathsAmaan Qureshi2023-03-161-0/+3
|
* feat: add LLVM TableGenAmaan Qureshi2023-03-168-0/+266
|
* feat(python): add "return" patterns to @indent_endPham Huy Hoang2023-03-163-0/+29
| | | | | | `return ...` is usually the last line of a function/statement, so mark some possible patterns of `return` with `@indent_end` to dedent the line after it
* fix(windows): treat any non-cmd shell as powershell like in selectorAdam Wolski2023-03-161-3/+3
|
* fix(windows): fix invalid powershell separator during installAdam Wolski2023-03-161-1/+5
|
* Update parsers: bash, scalaGitHub2023-03-161-2/+2
|
* fix(python): add missing @indent_endPham Huy Hoang2023-03-163-2/+95
|
* fix: change folding algorithm to fix Python indentsGeorge Harker2023-03-154-17/+85
|
* Update parsers: elixir, haskell, php, sqlGitHub2023-03-151-4/+4
|
* Update parsers: mlir, rasiGitHub2023-03-141-2/+2
|
* parsers: add tree-sitter-mlir parserRamkumar Ramachandra2023-03-145-0/+356
| | | | | | The parser is currently in development, and 60-80% of MLIR files in the test suite of MLIR, within the Arith, Math, SCF, Tensor, and Linalg dialects parse successfully.
* Update parsers: scalaGitHub2023-03-131-1/+1
|
* Update parsers: php, scala, swift, thrift, tsx, typescriptGitHub2023-03-131-5/+5
|
* feat(thrift): update queries based on upstream changesAmaan Qureshi2023-03-135-113/+149
|
* docs: consistent in READMEAugust Damiani2023-03-121-1/+1
|
* fix(ecma): inject properly based on "call_expression" Peter Lamby2023-03-121-3/+6
| | | Also add a comment what the query does.
* Update parsers: racket, schemeGitHub2023-03-121-2/+2
|
* refactor!: remove setting the update strategyAmaan Qureshi2023-03-112-9/+2
|
* Update READMEGithub Actions2023-03-111-2/+2
|
* docs: add missing fields from InstallInfo, update code docs related to ↵Amaan Qureshi2023-03-112-0/+19
| | | | installation
* chore: clean up parsers.luaAmaan Qureshi2023-03-111-129/+16
|
* feat(lua): add more builtin variables per lua_lsAmaan Qureshi2023-03-111-1/+1
|
* highlights(cmake): match digits and @ in unquoted argumentsMatthias Vogelgesang2023-03-111-1/+1
|
* highlights(typescript): `infer`, template literal type & punctuationsAnanda Umamil2023-03-111-0/+13
|
* refactor(gitconfig): use lua-match instead of matchAmaan Qureshi2023-03-111-1/+4
|
* Update parsers: prql, scheme, sql, yuckGitHub2023-03-111-4/+4
|
* feat: add HareAmaan Qureshi2023-03-118-0/+379
|
* highlights(prql): change `loop` and `case` highlightMatthias Queitsch2023-03-101-2/+4
|