aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update parsers: devicetree, hcl, terraform, vim, zigv0.9.0GitHub2023-04-101-5/+5
* fix(dart): try statement wouldn't indent (#4623)Robert Brunhage2023-04-103-0/+7
* fix(rust): highlight SNAKE_CASE scoped identifier name as @constantJaehwang Jung2023-04-091-0/+3
* feat(markdown_inline): add @nospell where appropriateJaehwang Jung2023-04-081-2/+2
* fix(c_indents): fix expression leaking indentsPham Huy Hoang2023-04-083-1/+46
* add testPham Huy Hoang2023-04-084-2/+37
* fix(indent): Make indent ignore trailing spaces/commentPham Huy Hoang2023-04-081-5/+23
* feat(cpp): more distinction between function/method declaration and callJaehwang Jung2023-04-081-7/+21
* refactor(html_inject): Use lua-match instead of matchPham Huy Hoang2023-04-081-1/+2
* vim: switch to parser maintained by Neovim (#4610)Christian Clason2023-04-073-4/+4
* Update parsers: sql (#4615)github-actions[bot]2023-04-071-1/+1
* Update parsers: c_sharp, gitcommitGitHub2023-04-061-2/+2
* kotlin: update parser and queriesSaleh Bakra'a2023-04-062-3/+4
* Update parsers: sqlGitHub2023-04-051-1/+1
* Update parsers: svelte, swift, vimdocGitHub2023-04-041-3/+3
* feat(ecma): use lua-match for jsdoc injectionsAmaan Qureshi2023-04-031-1/+1
* docs: add a small note about local queriesChris Kipp2023-04-031-0/+6
* feat: use `-bundle` to build parsers on macOSCarlo Cabrera2023-04-031-1/+5
* Update parsers: awk, tigerGitHub2023-04-021-2/+2
* fix(scala): Add missing locals definitions for scalaghostbuster912023-04-011-0/+4
* Update parsers: vhsGitHub2023-04-011-1/+1
* chore(help)!: renamed to vimdocChristian Clason2023-04-015-13/+14
* fix(ruby): then blocks should not be `@conditional`, just "then"Trey Wood2023-03-311-6/+1
* highlights(sql): add `full`, `any` and `some` keywordsMatthias Queitsch2023-03-311-0/+3
* Update parsers: cue, sqlGitHub2023-03-301-2/+2
* update sql parser and highlightsTrey Wood2023-03-292-1/+2
* docs: fix typosdundargoc2023-03-292-2/+2
* feat(spell): support lisp like languageskawas442023-03-295-9/+13
* Update parsers: help, tlaplus, v, vhsGitHub2023-03-291-4/+4
* Update parsers: erlang, pony, vGitHub2023-03-281-3/+3
* Update parsers: awk, cpp, cuda, glimmer, haskell, hlsl, perl, swift, vGitHub2023-03-271-5/+5
* feat(perl): update queries from upstream changesAmaan Qureshi2023-03-272-2/+1
* Update READMEGithub Actions2023-03-271-0/+2
* feat: add FIRRTLAmaan Qureshi2023-03-277-0/+257
* feat: add PonyAmaan Qureshi2023-03-277-0/+497
* chore(lockfile): bump arduinoObserverOfTime2023-03-271-1/+1
* chore(lockfile): bump cuda & hlslAmaan Qureshi2023-03-271-2/+2
* feat(cpp): simplify namespace query rules now that parser is a bit more consi...John Drouhard2023-03-273-6/+7
* feat(scala): add in local variables queriesChris Kipp2023-03-271-0/+38
* feat(kotlin): update queries from upstream changesAmaan Qureshi2023-03-263-25/+20
* fix(rockspec): add doc folder to rockspec (#4562)Leix b2023-03-261-0/+1
* feat(python): add break/continue dedentPham Huy Hoang2023-03-253-0/+16
* feat(python): add match-case indentsPham Huy Hoang2023-03-253-0/+23
* fix: uninstall function in the install.luaSergey Kacheev2023-03-242-3/+4
* fix: `get_range` shim for playgroundTom van Dijk2023-03-243-11/+12
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-2480-575/+592
* split delimiter into open_delimiter and close_delimiterGeorge Harker2023-03-2410-36/+65
* refactor(indent)!: Rework indent, aligned indentGeorge Harker2023-03-2414-52/+297
* fix: shim 0.9 deprecationsLewis Russell2023-03-246-8/+27
* feat(vue): add tsx/jsx injection queries (#4550)Lucario3872023-03-242-30/+34