aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* Add ocamllex to needs_generateStephan Seitz2021-03-161-0/+1
* Fix clojureStephan Seitz2021-03-161-1/+0
* Add CI hackStephan Seitz2021-03-161-0/+5
* Mark parsers with NPM dependencyStephan Seitz2021-03-162-12/+37
* Make parsers that require "TSGenerateFromGrammar"Stephan Seitz2021-03-162-4/+28
* Update parsersStephan Seitz2021-03-161-1/+2
* Add support for R language.echasnovski2021-03-161-0/+8
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-122-0/+12
* update tips in healthcheckbitcoder2021-03-091-1/+1
* add treesitter version in checkhealthbitcoder2021-03-091-0/+10
* Add Windows support for cl.exeJozef Grajciar2021-03-042-24/+41
* [highlights] Add TSSymbol highlight groupDennis B2021-03-041-0/+2
* Fix: Allow repo.url to end in ".git"Stephan Seitz2021-03-022-4/+5
* Fix #972: Add tar-download support for GitlabStephan Seitz2021-03-022-3/+9
* fix: add used_by in parser setterkiyan2021-03-011-1/+5
* Add branch to glimmer configNullVoxPopuli2021-03-011-0/+1
* Add glimmer parserNullVoxPopuli2021-03-011-0/+10
* chore: remove useless code and indent fileskiyan2021-02-2710-106/+88
* feat: add support for svelteelianiva2021-02-231-0/+9
* health: add legend for x icon in query healthkiyan2021-02-221-1/+2
* chore: rewrite healthcheck for compact outputkiyan2021-02-221-20/+12
* Fix indent sizeBonaBeavis2021-02-221-1/+1
* Add "v", "V", "<C-v>" as valid options of `selection_mode`.echasnovski2021-02-211-4/+5
* Add `selection_mode` argument to `ts_utils.update_selection()`.echasnovski2021-02-211-2/+12
* List myself as the Vue maintainerHugo Osvaldo Barrera2021-02-171-1/+2
* List myself as maintainer for JSONCHugo Osvaldo Barrera2021-02-171-0/+1
* Add README description for JSONCHugo Osvaldo Barrera2021-02-171-1/+2
* Add support for JSONCHugo Osvaldo Barrera2021-02-151-0/+7
* Fix parser config for nixStephan Seitz2021-02-121-1/+1
* fix: remove debug print on query cache invalidationStephan Seitz2021-02-111-1/+0
* HTML: improve highlights & injectionsSantos Gallegos2021-02-111-0/+1
* Remove second addition of supercolliderMads Kjeldgaard2021-02-101-9/+0
* Add supercollider supportMads Kjeldgaard2021-02-101-0/+1
* Add supercollider parser to list of parsersMads Kjeldgaard2021-02-101-0/+18
* Add devicetree parser with queries (#900)Jędrzej Boczar2021-02-101-0/+10
* fixed #630yzia20002021-02-041-0/+1
* Implement `TSToggleAll`.echasnovski2021-02-011-0/+20
* Implement `TSBufToggle`.echasnovski2021-02-011-0/+22
* parsers: change repo link of Elm parser to the new official repoStephan Seitz2021-02-011-1/+1
* Add ledger parser, folds and highlights queriesCédric Barreteau2021-01-311-0/+8
* feat(query): add cache for get_query (#879)oberblastmeister2021-01-281-13/+65
* Fix "nth?" predicateStephan Seitz2021-01-201-3/+3
* indent: introduce @ignore to avoid indenting some nodes (e.g. comments)Jędrzej Boczar2021-01-141-3/+13
* indent: introduce @return to further tune indentation on `o`/`<cr>`Jędrzej Boczar2021-01-141-19/+20
* indent: improve behavior on `o`/`<cr>` in languages like PythonJędrzej Boczar2021-01-141-4/+17
* indent: fix wrong line number passed to descendant_for_rangeJędrzej Boczar2021-01-141-1/+1
* Revert "added attach async"Thomas Vigouroux2021-01-141-14/+3
* fix(highlight): fix detach functionThomas Vigouroux2021-01-141-6/+4
* fix(highlight): remove unneeded query managementThomas Vigouroux2021-01-141-5/+1
* fixed not highlighting bugBrian Shu2021-01-082-14/+12