| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | docs: add `@keyword.coroutine` | Amaan Qureshi | 2023-03-03 | 1 | -0/+1 | |
| | | ||||||
| * | docs(readme): recommend installing query parser | Christian Clason | 2023-03-03 | 1 | -2/+2 | |
| | | | | now bundled in Neovim | |||||
| * | Update parsers: cpp, cuda, markdown, markdown_inline, racket, sql | GitHub | 2023-03-03 | 1 | -6/+6 | |
| | | ||||||
| * | Update highlights.scm for Python | Anthony Shi | 2023-03-02 | 1 | -0/+2 | |
| | | | | Added new keywords "is not" and "not in" | |||||
| * | feat(prql): update queries | Matthias Queitsch | 2023-03-02 | 2 | -2/+11 | |
| | | ||||||
| * | markdown!: switch to scanner.c | Christian Clason | 2023-03-02 | 2 | -4/+4 | |
| | | ||||||
| * | Update README | Github Actions | 2023-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: erlang, haskell, qmldir, sql, v | GitHub | 2023-03-02 | 1 | -5/+5 | |
| | | ||||||
| * | Update gdscript queries (#4405) | Preston Knopp | 2023-03-02 | 5 | -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 tostring | Jaehwang Jung | 2023-03-02 | 1 | -7/+7 | |
| | | ||||||
| * | comment(highlights): add `@nospell` to tags and user mentions | Yochem van Rosmalen | 2023-03-01 | 1 | -9/+9 | |
| | | ||||||
| * | feat: add prql (#4393) | Matthias Q | 2023-03-01 | 5 | -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, yuck | GitHub | 2023-03-01 | 1 | -3/+3 | |
| | | ||||||
| * | feat(kdl): update parser & queries fixing the comment bug | Amaan Qureshi | 2023-03-01 | 2 | -4/+7 | |
| | | ||||||
| * | feat: add PO | Amaan Qureshi | 2023-03-01 | 6 | -0/+55 | |
| | | ||||||
| * | fix(qmldir): add to parsers.lua | Amaan Qureshi | 2023-03-01 | 1 | -0/+8 | |
| | | ||||||
| * | feat: add qmldir | Amaan Qureshi | 2023-03-01 | 4 | -0/+29 | |
| | | ||||||
| * | feat: add passwd | Amaan Qureshi | 2023-02-28 | 4 | -0/+28 | |
| | | ||||||
| * | python(highlights): adapt query to parser change | Christian Clason | 2023-02-28 | 1 | -5/+1 | |
| | | ||||||
| * | Update parsers: markdown, markdown_inline, python, zig | GitHub | 2023-02-28 | 1 | -4/+4 | |
| | | ||||||
| * | Update parsers: markdown, markdown_inline | GitHub | 2023-02-28 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: ungrammar | GitHub | 2023-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | feat(starlark): improve assertion parsing | Amaan Qureshi | 2023-02-28 | 2 | -2/+6 | |
| | | ||||||
| * | feat: add matlab | Amaan Qureshi | 2023-02-28 | 6 | -0/+136 | |
| | | ||||||
| * | fix(eex): map eelixir filetype to the eex parser | Mitchell Hanberg | 2023-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | feat(fortran): update highlight queries | Amaan Qureshi | 2023-02-27 | 3 | -92/+237 | |
| | | ||||||
| * | use lua-match where possible | Uy Ha | 2023-02-27 | 1 | -2/+2 | |
| | | ||||||
| * | feat: add yuck | Philipp Mildenberger | 2023-02-27 | 8 | -0/+278 | |
| | | ||||||
| * | move the catch uppercase query to the top to make it overridable, add back ↵ | Uy Ha | 2023-02-27 | 1 | -4/+73 | |
| | | | | | the more useful queries | |||||
| * | add highlighting for elseif | Uy Ha | 2023-02-27 | 1 | -0/+12 | |
| | | ||||||
| * | only match unquoted arguments | Uy Ha | 2023-02-27 | 1 | -6/+6 | |
| | | ||||||
| * | simplify cmake highlight queries | Uy Ha | 2023-02-27 | 1 | -136/+2 | |
| | | ||||||
| * | Update parsers: c_sharp, fortran, swift | GitHub | 2023-02-27 | 1 | -3/+3 | |
| | | ||||||
| * | feat(html): lit attr binding interpolation | Benny Powers | 2023-02-26 | 1 | -0/+10 | |
| | | ||||||
| * | Update parsers: clojure, latex, perl | GitHub | 2023-02-26 | 1 | -3/+3 | |
| | | ||||||
| * | fix: do not recommend removing bundled parsers | Christian Clason | 2023-02-26 | 1 | -2/+1 | |
| | | ||||||
| * | feat(ecma): include outerHTML and innerHTML | Benny Powers | 2023-02-25 | 1 | -2/+3 | |
| | | ||||||
| * | feat(ecma): add innerHTML injection | Benny Powers | 2023-02-25 | 1 | -0/+15 | |
| | | ||||||
| * | Update parsers: cpon, javascript, perl, tsx, typescript | GitHub | 2023-02-25 | 1 | -5/+5 | |
| | | ||||||
| * | goto_node select last character when in operator-pending mode | Kiyoon Kim | 2023-02-25 | 1 | -0/+8 | |
| | | ||||||
| * | feat(dart): add folds | Amaan Qureshi | 2023-02-24 | 1 | -0/+15 | |
| | | ||||||
| * | feat: add ungrammar | Philipp Mildenberger | 2023-02-24 | 8 | -0/+58 | |
| | | ||||||
| * | use positive option "allow_duplicates" instead of negative "dedupe" | Nat Williams | 2023-02-24 | 2 | -7/+4 | |
| | | ||||||
| * | add statusline option to dedupe or not | Nat Williams | 2023-02-24 | 2 | -3/+11 | |
| | | ||||||
| * | update docs for transform_fn | Nat Williams | 2023-02-24 | 1 | -2/+3 | |
| | | | | | to reflect additional node argument | |||||
| * | also pass the node to the statusline transform fn | Nat Williams | 2023-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fix elixir `@function` captures | Stephen Bolton | 2023-02-24 | 1 | -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 bicep | Amaan Qureshi | 2023-02-24 | 8 | -0/+363 | |
| | | ||||||
| * | Fix broken YANG indent tests | Tomas Sandven | 2023-02-24 | 1 | -4/+4 | |
| | | ||||||
| * | Add YANG indentation tests | Tomas Sandven | 2023-02-24 | 2 | -0/+81 | |
| | | ||||||
