aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
...
* Add maintainer infoUy Ha2021-07-021-0/+1
* [WIP] tree-sitter-cmake integrationUy Ha2021-07-021-0/+7
* add used_by directive for some of the tools that are using hclmhoffm2021-07-021-0/+1
* drop 'used_by' from hcl parser configmhoffm2021-07-021-1/+0
* add hcl parsermhoffm2021-07-021-0/+10
* fix: check if invalidate_query_cache[lang] is set before invalidatingFolke Lemaitre2021-06-291-1/+3
* perf: cache has_query_files: fixes TS slownessFolke Lemaitre2021-06-281-2/+12
* fix typo: Enviroment -> Environmentkmarius2021-06-221-2/+2
* fix(parsers): cuda requires npmStephan Seitz2021-06-171-0/+1
* parsers: add tree-sitter-cudaStephan Seitz2021-06-141-1/+8
* parsers(c_sharp): put myself as a maintainerLuxed2021-06-041-1/+1
* downcase! directive to use with ruby injectionsderekstride2021-06-041-0/+27
* Fix 1359: nil check for version in health-checkStephan Seitz2021-06-041-1/+4
* fix: return when no `node` found during installationStephan Seitz2021-06-031-0/+1
* Fix #1324: tree-sitter CLI requires nodeStephan Seitz2021-06-031-2/+2
* chore: show errors output during async installationStephan Seitz2021-06-011-1/+38
* Improve check-queries (#1253)Santos Gallegos2021-05-311-1/+1
* feat: use the original scss parserelianiva2021-05-261-1/+2
* parsers: generate_requires_npm for commonlispStephan Seitz2021-05-181-0/+1
* CI: Improved parser installation logicDaniel Kempkens2021-05-181-5/+0
* Add requires_generate_from_grammarDaniel Kempkens2021-05-181-0/+1
* Initial Elixir supportDaniel Kempkens2021-05-181-0/+8
* parsers: remove requires_generate_from_grammar for supercolliderStephan Seitz2021-05-171-1/+0
* parsers: fortran no longer requires_generate_from_grammarStephan Seitz2021-05-171-1/+0
* Extend CL highlightsStephan Seitz2021-05-171-1/+1
* Add support for Common LispStephan Seitz2021-05-171-0/+9
* Add config for Dockerfile parser (#1288)Camden Cheek2021-05-111-0/+9
* chore(erlang): don't generate parser from grammarThomas Vigouroux2021-05-071-1/+0
* Add fish queriesOmar Zeghouani2021-05-071-0/+1
* parsers: add tree-sitter-fishStephan Seitz2021-05-071-0/+7
* Fix indentationCamden Cheek2021-04-281-1/+1
* Add go-mod tree-sitter configCamden Cheek2021-04-281-0/+10
* highlight: add 'comment' to hlmapMunif Tanjim2021-04-241-1/+3
* tests/indent: move common code out of main lua/ directoryJędrzej Boczar2021-04-231-125/+0
* move all tests to top-level tests/ directoryJędrzej Boczar2021-04-2353-885/+0
* tests/indent: remove indentexpr fixJędrzej Boczar2021-04-231-3/+0
* tests/indent: improve assertion to print side-by-side diffJędrzej Boczar2021-04-231-12/+24
* tests/indent: use custom assertion with better suited outputJędrzej Boczar2021-04-231-6/+52
* tests/indent: add Lua testsJędrzej Boczar2021-04-237-0/+105
* tests/indent: improve Rust testsJędrzej Boczar2021-04-2316-13/+217
* tests/indent: add `normal o` tests for PythonJędrzej Boczar2021-04-232-8/+40
* tests/indent: test cases with `normal o` for C/C++Jędrzej Boczar2021-04-233-15/+108
* tests/indent: add multiple C/C++ testsJędrzej Boczar2021-04-2320-11/+211
* tests/indent: refactor indent test runner and auto-discover language test filesJędrzej Boczar2021-04-234-64/+66
* fix lua style checksJędrzej Boczar2021-04-231-0/+2
* tests/indent: add basic examples for C and RustJędrzej Boczar2021-04-237-3/+80
* Initial sketch of automated indent testsJędrzej Boczar2021-04-2312-0/+240
* fix(folds): use the correct rational operatorGrzegorz Rozdzialik2021-04-231-1/+1
* parsers: Add Fortran parserStephan Seitz2021-04-231-0/+8
* feat(incremental_selection): don't require localsThomas Vigouroux2021-04-222-2/+8