aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update gdscript queries (#4405)Preston Knopp2023-03-025-35/+412
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* comment(highlights): add `@nospell` to tags and user mentionsYochem van Rosmalen2023-03-011-9/+9
|
* feat: add prql (#4393)Matthias Q2023-03-015-0/+168
| | | | | | | | | | | | | * 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`
* Update parsers: gdscript, kdl, meson, yuckGitHub2023-03-011-3/+3
|
* feat(kdl): update parser & queries fixing the comment bugAmaan Qureshi2023-03-012-4/+7
|
* feat: add POAmaan Qureshi2023-03-016-0/+55
|
* fix(qmldir): add to parsers.luaAmaan Qureshi2023-03-011-0/+8
|
* feat: add qmldirAmaan Qureshi2023-03-014-0/+29
|
* feat: add passwdAmaan Qureshi2023-02-284-0/+28
|
* python(highlights): adapt query to parser changeChristian Clason2023-02-281-5/+1
|
* Update parsers: markdown, markdown_inline, python, zigGitHub2023-02-281-4/+4
|
* Update parsers: markdown, markdown_inlineGitHub2023-02-281-2/+2
|
* Update parsers: ungrammarGitHub2023-02-281-1/+1
|
* feat(starlark): improve assertion parsingAmaan Qureshi2023-02-282-2/+6
|
* feat: add matlabAmaan Qureshi2023-02-286-0/+136
|
* fix(eex): map eelixir filetype to the eex parserMitchell Hanberg2023-02-271-1/+1
|
* feat(fortran): update highlight queriesAmaan Qureshi2023-02-273-92/+237
|
* use lua-match where possibleUy Ha2023-02-271-2/+2
|
* feat: add yuckPhilipp Mildenberger2023-02-278-0/+278
|
* move the catch uppercase query to the top to make it overridable, add back ↵Uy Ha2023-02-271-4/+73
| | | | the more useful queries
* add highlighting for elseifUy Ha2023-02-271-0/+12
|
* only match unquoted argumentsUy Ha2023-02-271-6/+6
|
* simplify cmake highlight queriesUy Ha2023-02-271-136/+2
|
* Update parsers: c_sharp, fortran, swiftGitHub2023-02-271-3/+3
|
* feat(html): lit attr binding interpolationBenny Powers2023-02-261-0/+10
|
* Update parsers: clojure, latex, perlGitHub2023-02-261-3/+3
|
* fix: do not recommend removing bundled parsersChristian Clason2023-02-261-2/+1
|
* feat(ecma): include outerHTML and innerHTMLBenny Powers2023-02-251-2/+3
|
* feat(ecma): add innerHTML injectionBenny Powers2023-02-251-0/+15
|
* Update parsers: cpon, javascript, perl, tsx, typescriptGitHub2023-02-251-5/+5
|
* goto_node select last character when in operator-pending modeKiyoon Kim2023-02-251-0/+8
|
* feat(dart): add foldsAmaan Qureshi2023-02-241-0/+15
|
* feat: add ungrammarPhilipp Mildenberger2023-02-248-0/+58
|
* use positive option "allow_duplicates" instead of negative "dedupe"Nat Williams2023-02-242-7/+4
|
* add statusline option to dedupe or notNat Williams2023-02-242-3/+11
|
* update docs for transform_fnNat Williams2023-02-241-2/+3
| | | | to reflect additional node argument
* also pass the node to the statusline transform fnNat Williams2023-02-241-1/+1
|
* Fix elixir `@function` capturesStephen Bolton2023-02-241-3/+4
| | | | | | | | When viewing the previous rule in the `TSPlayground` the `@function` captures were not actually matching. This led all functions to get the `@function.call` group applied to them. This change makes it so that the capture now works and where functions are defined will get the `@function` group.
* feat: add bicepAmaan Qureshi2023-02-248-0/+363
|
* Fix broken YANG indent testsTomas Sandven2023-02-241-4/+4
|
* Add YANG indentation testsTomas Sandven2023-02-242-0/+81
|
* feat(health): sort parser list for clarityAmaan Qureshi2023-02-241-2/+4
|
* docs: add small note in README clarifying custom parser installation (#3625)ExpandingMan2023-02-241-1/+1
|
* fix(dart): add `@indent_end` to } (#4167)SzeLamC2023-02-243-0/+28
| | | | | * fix dart indentation after } * add some simple test case
* feat(solidity): use maintained parser and update highlights accordinglyAmaan Qureshi2023-02-245-98/+138
|
* ci: bump release workflowv0.8.5.2Matthieu Coudron2023-02-241-1/+1
| | | | new version adds 'make' support and should fix the release job
* fix(ci): remove double 'uses'v0.8.5.1Matthieu Coudron2023-02-241-2/+1
| | | | which invalidates the action
* feat: use vim.treesitter.language.get_lang/add/register()Lewis Russell2023-02-243-9/+49
|
* feat!: remove support for used_by in parser configsLewis Russell2023-02-241-18/+1
|