aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* refactor: move method and end_method to @keyword.functionAmaan Q2023-01-091-2/+5
* fix: character_literal is no longer unsupported :)Amaan Q2023-01-091-1/+0
* feat: add character_literal queryAmaan Qureshi2023-01-091-2/+2
* parsers(smali): bump smali parser for character literal supportAmaan Q2023-01-091-1/+1
* feat: add smali queryAmaan Q2023-01-092-0/+114
* feat: add smali to lockfile, parser, and link to repo in READMEAmaan Q2023-01-093-0/+13
* injections(cpp): add injections for raw string literalsJohn Drouhard2023-01-091-0/+4
* Update parsers: scalaGitHub2023-01-091-1/+1
* folds(fennel): add `let`, `fn`, `let_clause`, `quoted_list`, `local`, `global...Chinmay Dalal2023-01-091-1/+1
* folds(fennel): add fennel foldsChinmay Dalal2023-01-091-0/+1
* Update parsers: scalaGitHub2023-01-091-1/+1
* Update parsers: cpp, cuda, hlsl, scala, swift, wgsl_bevyGitHub2023-01-091-6/+6
* ci: fix file name for cache calculationStephan Seitz2023-01-082-2/+3
* install: allow pure C parsers to be compiled without `-lstdc++`Stephan Seitz2023-01-081-1/+7
* Update parsers: c_sharp, clojure, cpp, cuda, fortran, gitcommit, hlsl, http, ...GitHub2023-01-071-12/+12
* Remove update_selection side-effects (#4114)coinator2023-01-071-1/+2
* allow negative assertion in injection tests (#4107)lucario3872023-01-075-135/+84
* fix(utils): swap_nodes calculates correct char_delta (#4110)Michael Lan2023-01-072-2/+42
* Add tests correctly for ruby rescue/ensure indentationCameron2023-01-063-2/+2
* Create indent-ensure.rbCameron2023-01-061-0/+3
* Create indent-rescue.rbCameron2023-01-061-0/+3
* Update indents for RubyCameron2023-01-061-0/+2
* folds(rust): add array_expressionChinmay Dalal2023-01-051-0/+1
* ci: properly fix lockfile actionObserverOfTime2023-01-041-1/+1
* fix: do not force syntax=ON on detachLewis Russell2023-01-041-9/+1
* highlights(markdown_inline): added ')' to linksJosef Litoš2023-01-041-2/+2
* fix(jsx): add missing indent end mark to elementsPham Huy Hoang2023-01-046-1/+98
* fix(html): fix wrong indents for script/style tagsPham Huy Hoang2023-01-036-2/+91
* refactor(svelte): Remove duplicated queriesLucario3872023-01-032-7/+43
* refactor(vue, html): Update injectionsLucario3872023-01-034-59/+122
* Update parsers: scalaGitHub2023-01-031-1/+1
* ci: trim final `"]` when parsers get added in update-lockfile.ymlStephan Seitz2023-01-031-1/+1
* Update parsers: gitcommit, norg, vGitHub2023-01-031-3/+3
* Update parsers: v (#4077)github-actions[bot]2023-01-021-1/+1
* Update parsers: help (#4075)github-actions[bot]2023-01-021-1/+1
* highlights(elm): zero args constructor pattern matchingAnanda Umamil2023-01-011-0/+2
* highlights(haskell): Fix partially applied infix functionsManuel Barros2023-01-011-0/+2
* Update parsers: latex (#4072)github-actions[bot]2023-01-011-1/+1
* Update parsers: latexGitHub2023-01-011-1/+1
* highlights(rust): use `@namespace` for `[(crate) (self) (super)]`Stephan Seitz2023-01-012-19/+37
* ci: allow negative assertions in testsStephan Seitz2023-01-012-1/+13
* highlights(elm): improve highlightsAnanda Umamil2023-01-011-41/+143
* indents(c): treat `"#ifndef"`, `"#elif"` like `"#ifdef"`Stephan Seitz2022-12-311-0/+2
* Update parsers: wgsl_bevy"]GitHub2022-12-311-0/+3
* highlights(wgsl): highlight "->" for return types as `@punctuation.delimiter`Stephan Seitz2022-12-311-1/+1
* parsers: add wgsl_bevyStephan Seitz2022-12-314-0/+46
* fix: show errors when reload after installation failsStephan Seitz2022-12-312-7/+10
* feat: also reload parsers after uninstallationStephan Seitz2022-12-311-11/+24
* highlights(cuda): add missing `"__global__"`Stephan Seitz2022-12-311-0/+1
* move 'in' to repeatPedro Castro2022-12-312-2/+2