aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* Use pre-generated parser files for sql grammarderekstride2023-03-161-1/+1
|
* fix: check if repo location exists for local pathsAmaan Qureshi2023-03-161-0/+3
|
* feat: add LLVM TableGenAmaan Qureshi2023-03-161-0/+8
|
* 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
|
* fix: change folding algorithm to fix Python indentsGeorge Harker2023-03-151-4/+35
|
* parsers: add tree-sitter-mlir parserRamkumar Ramachandra2023-03-141-0/+10
| | | | | | 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.
* refactor!: remove setting the update strategyAmaan Qureshi2023-03-112-9/+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: add HareAmaan Qureshi2023-03-111-0/+8
|
* feat: add gitconfigAmaan Qureshi2023-03-101-0/+10
|
* chore(gleam): update parser infoAmaan Qureshi2023-03-101-2/+2
|
* fix(gleam): add scanner.c to parsers list & update lockfileAmaan Qureshi2023-03-101-2/+1
|
* feat: add SquirrelAmaan Qureshi2023-03-071-0/+8
|
* feat: add Uxn TalAmaan Qureshi2023-03-071-0/+10
|
* docs: fix readme namesObserverOfTime2023-03-041-3/+3
|
* feat: add luapAmaan Qureshi2023-03-041-0/+9
|
* feat: add cueAmaan Qureshi2023-03-041-0/+8
|
* markdown!: switch to scanner.cChristian Clason2023-03-021-2/+2
|
* Update gdscript queries (#4405)Preston Knopp2023-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * locals(gdscript): update locals * folds(gdscript): add folds * indents(gdscript): update indents with notes * highlights(gdscript): update highlights * docs(gdscript): add gdscript maintainer * indents(gdscript): add ERROR auto indent Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> * highlights(gdscript): use text.uri for get_node and node_path * highlights(gdscript): add "@" of annotation as attribute * highlights(gdscript): use keyword.operator for "new", match all attribute_call * highlights(gdscript): update (underscore) and (pattern_open_ending) --------- Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
* fix: remove wrong/pointless tostringJaehwang Jung2023-03-021-7/+7
|
* feat: add prql (#4393)Matthias Q2023-03-011-0/+10
| | | | | | | | | | | | | * feat: add prql * highlights(prql): null as constant.builtin * highlights(prql): add missing kwd, update queries * highlights(prql): remove redundant queries * highlights(prql): make `->` a delimiter * highlights(prql): instructions to `@method.call`
* feat: add POAmaan Qureshi2023-03-011-0/+8
|
* fix(qmldir): add to parsers.luaAmaan Qureshi2023-03-011-0/+8
|
* feat: add passwdAmaan Qureshi2023-02-281-0/+8
|
* feat: add matlabAmaan Qureshi2023-02-281-0/+8
|
* fix(eex): map eelixir filetype to the eex parserMitchell Hanberg2023-02-271-1/+1
|
* feat(fortran): update highlight queriesAmaan Qureshi2023-02-271-0/+1
|
* feat: add yuckPhilipp Mildenberger2023-02-271-0/+9
|
* fix: do not recommend removing bundled parsersChristian Clason2023-02-261-2/+1
|
* goto_node select last character when in operator-pending modeKiyoon Kim2023-02-251-0/+8
|
* feat: add ungrammarPhilipp Mildenberger2023-02-241-0/+8
|
* use positive option "allow_duplicates" instead of negative "dedupe"Nat Williams2023-02-241-5/+2
|
* add statusline option to dedupe or notNat Williams2023-02-241-2/+8
|
* also pass the node to the statusline transform fnNat Williams2023-02-241-1/+1
|
* feat: add bicepAmaan Qureshi2023-02-241-0/+8
|
* feat(health): sort parser list for clarityAmaan Qureshi2023-02-241-2/+4
|
* feat(solidity): use maintained parser and update highlights accordinglyAmaan Qureshi2023-02-241-3/+3
|
* feat: use vim.treesitter.language.get_lang/add/register()Lewis Russell2023-02-242-6/+45
|
* feat!: remove support for used_by in parser configsLewis Russell2023-02-241-18/+1
|
* feat: add cponv0.8.5Amaan Qureshi2023-02-241-0/+8
|
* style: fill in missing code docs wherever applicableAmaan Qureshi2023-02-2415-190/+417
|
* feat: add dhallAmaan Qureshi2023-02-241-0/+8
|
* feat: add starlarkAmaan Qureshi2023-02-231-0/+9
|
* docs: fix typosdundargoc2023-02-231-2/+2
|
* feat(smali): improve queriesAmaan Qureshi2023-02-221-2/+1
|
* feat(thrift): improve queriesAmaan Qureshi2023-02-181-0/+1
|
* refactor(utils): clean up deprecated codekylo2522023-02-171-18/+1
| | | | use `vim.treesitter.is_in_node_range()` directly
* Update parsers: gdscript, thriftGitHub2023-02-141-1/+0
| | | | | update gdscript indent queries to parser change and remove @Shatur as maintainer