aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* parsers: nix no longer requires_generate_from_grammarStephan Seitz2021-04-221-1/+0
* fix(folds): always fold more than one lineThomas Vigouroux2021-04-221-1/+3
* fix: Sort parsers for :TSInstallInfoStephan Seitz2021-04-211-1/+3
* Avoid Lua 5.3 function table.unpackStephan Seitz2021-04-191-1/+1
* YAML: update queries (#1203)Santos Gallegos2021-04-181-1/+2
* Fix GDScript highlightingShatur952021-04-181-1/+1
* Fix TSEditQuery with several files (#1191)Santos Gallegos2021-04-161-3/+12
* remove developer mode error messageDaniel Bendel2021-04-151-3/+0
* split is_github_or_gitlab againDaniel Bendel2021-04-151-3/+5
* remove single-branch and branch arguments on git callDaniel Bendel2021-04-151-3/+1
* fix undefined variableDaniel Bendel2021-04-151-1/+1
* a little less variables :)Daniel Bendel2021-04-151-5/+3
* removed core.symlinks=true from git callDaniel Bendel2021-04-151-2/+0
* use utils.join_pathAdnoC2021-04-151-7/+1
* use locked revision when downloading via gitAdnoC2021-04-151-4/+29
* fix windows checkAdnoC2021-04-151-6/+1
* styleAdnoC2021-04-151-1/+8
* Do not use builtin tar on WindowsAdnoC2021-04-151-1/+2
* feat: Add TSEditQueryUserAfterStephan Seitz2021-04-141-7/+27
* feat: Add TSEditQueryStephan Seitz2021-04-142-0/+40
* Fix #1182: fix TSRange:parentStephan Seitz2021-04-141-4/+2
* fixup: remove generate_from_grammarelianiva2021-04-081-3/+2
* feat: add scss parserelianiva2021-04-081-0/+8
* Fix usage of string.sub (#1164)Santos Gallegos2021-04-071-2/+2
* fix(health): let CC check behave like in real installationStephan Seitz2021-04-071-3/+7
* Fix: allow empty path in utils.get_at_pathStephan Seitz2021-04-062-6/+4
* TSModuleInfo: make new buffer work with given argumentMarco Hinz2021-04-061-24/+16
* TSModuleInfo: use custom bufferMarco Hinz2021-04-061-19/+83
* Fix incremental selection (#1135)Santos Gallegos2021-04-051-4/+35
* TSModuleInfo: cleaner indentationMarco Hinz2021-04-051-10/+7
* TSModuleInfo: sort mods and languagesMarco Hinz2021-04-051-5/+9
* fix: prev_node nil checkkiyan2021-04-021-1/+1
* healthcheck: raise error when ABI is too oldStephan Seitz2021-04-021-1/+11