aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Update parsers: query, sqlGitHub2023-03-101-5/+5
|
* feat(julia): add tests for new changesAmaan Qureshi2023-03-101-0/+26
|
* feat(julia): add builtin functions & typesAmaan Qureshi2023-03-101-0/+41
|
* feat(julia): mark begin & end in an index or range expression as ↵Amaan Qureshi2023-03-101-0/+9
| | | | `@variable.builtin`
* fix(julia): refactor some operators and punctuationAmaan Qureshi2023-03-101-16/+21
|
* highlights(prql): update to prql 0.6.0Matthias Queitsch2023-03-102-2/+3
|
* Update READMEGithub Actions2023-03-101-1/+1
|
* feat: add gitconfigAmaan Qureshi2023-03-105-0/+60
|
* Update READMEGithub Actions2023-03-101-1/+1
|
* fix(gleam): update tests reflecting recent changesAmaan Qureshi2023-03-106-102/+103
|
* fix(gleam): update highlights from upstreamAmaan Qureshi2023-03-103-44/+41
|
* chore(gleam): update parser infoAmaan Qureshi2023-03-101-2/+2
|
* fix(gleam): add scanner.c to parsers list & update lockfileAmaan Qureshi2023-03-102-3/+2
|
* Partially Revert "fix(ecma): properly capture constants in const declarations"Amaan Qureshi2023-03-101-5/+0
| | | | This partially reverts commit c553e6c5608ba54e210e9131bf9ba5e36ef18e57.
* feat: improve yuck highlightingPhilipp Mildenberger2023-03-092-116/+57
|
* highlights(sql): add new keywords and datatypesMatthias Queitsch2023-03-082-1/+11
|
* Update parsers: squirrel, yuckGitHub2023-03-081-2/+2
|
* feat: add SquirrelAmaan Qureshi2023-03-078-0/+480
|
* feat: add Uxn TalAmaan Qureshi2023-03-078-0/+145
|
* Update parsers: yuckGitHub2023-03-071-1/+1
|
* indents(vue): Update dedent logic for <template>Pham Huy Hoang2023-03-061-1/+1
|
* fix: Java indent for multiple line arguments (#4449)Daniel Woznicki2023-03-064-1/+14
| | | | | | | | | * fix Java indent for multiple line arguments, fixes #4448, add an additional test for methods with arguments on multiple lines * Satisfy StyLua check --------- Co-authored-by: Daniel Woznicki <danwoz@nettoolkit.com>
* Update parsers: markdown, markdown_inline, swiftGitHub2023-03-061-3/+3
|
* indents(vue): fix indents on new line after <template>Pham Huy Hoang2023-03-063-0/+29
|
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-0532-58/+256
|
* docs: add `@comment.documentation`Amaan Qureshi2023-03-051-6/+7
|
* feat: add `@string.documentation` where applicableAmaan Qureshi2023-03-054-5/+32
|
* docs: add `@string.documentation`Amaan Qureshi2023-03-051-9/+10
|
* injections(html): fix faulty css/js injectionsPham Huy Hoang2023-03-053-27/+17
| | | | | | Group queries to reduce duplicate injection tree use only regex
* Update parsers: zigGitHub2023-03-051-1/+1
|
* Update parsers: c_sharp, luap, perlGitHub2023-03-051-3/+3
|