aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* scripts: print test results summary with --summaryJędrzej Boczar2021-04-231-2/+11
|
* scripts: fix wrong swapfile setting in minimal_initJędrzej Boczar2021-04-231-1/+2
|
* 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-2314-0/+257
|
* replace @class with @typeAlvaro Muñoz2021-04-231-3/+3
|
* Add Codeql indents.scmAlvaro Muñoz2021-04-232-5/+28
|
* injections(tsx): inherit injections from ecmaStephan Seitz2021-04-231-0/+1
| | | | Fixes #1237
* Update lockfile.jsonGitHub2021-04-231-1/+1
|
* fix(folds): use the correct rational operatorGrzegorz Rozdzialik2021-04-231-1/+1
| | | | | Fixes a bug introduced in 41ed83ffc762b611644a311e344b33d5efc01944 Closes #1226
* Update lockfile.jsonGitHub2021-04-231-0/+3
|
* [docgen] Update README.mdGithub Actions2021-04-231-1/+1
| | | | skip-checks: true
* highlights(fortran): extend queriesStephan Seitz2021-04-231-20/+64
|
* Add Fortran queries from @oponkorkStephan Seitz2021-04-233-1/+105
|
* parsers: Add Fortran parserStephan Seitz2021-04-231-0/+8
| | | | | | | Fixes: https://github.com/nvim-treesitter/nvim-treesitter/issues/1194 Refs: - https://nvim-treesitter.zulipchat.com/#narrow/stream/252271-general/topic/Meeting.20everyone/near/219174700
* Update lockfile.jsonGitHub2021-04-231-4/+4
|
* Add JS/TS parameters again (#1227)Stephan Seitz2021-04-233-39/+57
| | | | | * highlights(js): add parameters * highlights(ts): add Typescript parameters
* Highlight v-bind using javascriptArtur Tagisow2021-04-221-0/+4
|
* fix: use correct name in FUNDING.ymlThomas Vigouroux2021-04-221-1/+1
|
* Allow failures for defined parsersStephan Seitz2021-04-222-1/+9
|
* chore: add funding informationsThomas Vigouroux2021-04-221-0/+1
|
* docs: Update vimdoc fileThomas Vigouroux2021-04-221-105/+90
| | | | | Adds the new maintainers (that were actually added a long time ago), fix inconsistent formatting, and unneeded or old/wrong docs.
* feat(incremental_selection): don't require localsThomas Vigouroux2021-04-222-2/+8
|
* highlights(csharp): add "with" as `@keyword.operator`Stephan Seitz2021-04-221-6/+10
|
* parsers: nix no longer requires_generate_from_grammarStephan Seitz2021-04-221-1/+0
| | | | Not required after https://github.com/cstrahan/tree-sitter-nix/pull/11
* Update lockfile.jsonGitHub2021-04-221-2/+2
|
* fix(lua): correctly highlight field namesThomas Vigouroux2021-04-221-1/+2
|
* fix(highlights): always highlight ternary operator as operatorThomas Vigouroux2021-04-222-2/+2
|
* fix(folds): always fold more than one lineThomas Vigouroux2021-04-221-1/+3
|
* fix(c): fold switch statementsThomas Vigouroux2021-04-221-0/+1
|
* Try out llvm --HEADStephan Seitz2021-04-221-1/+1
|
* fix(CI): install newer version of clang on MacOSStephan Seitz2021-04-221-0/+1
|
* fix(CI): ensure parsers that don't require tree-sitter CLI are installedStephan Seitz2021-04-221-0/+13
|
* fix: Sort parsers for :TSInstallInfoStephan Seitz2021-04-211-1/+3
|
* Fix svelte highlightsStephan Seitz2021-04-211-1/+1
|
* Update lockfile.jsonGitHub2021-04-211-6/+6
|
* C highlights: Make char_literal `@character`Stephan Seitz2021-04-211-1/+1
|
* Fix #1207: update HaskellStephan Seitz2021-04-201-1/+1
| | | | Otherwise the Haskell parser would eat up all your RAM within seconds.
* Avoid Lua 5.3 function table.unpackStephan Seitz2021-04-191-1/+1
|
* YAML: update queries (#1203)Santos Gallegos2021-04-185-8/+13
| | | Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
* Fix identifier type checkShatur952021-04-181-1/+2
|
* Fix GDScript highlightingShatur952021-04-182-17/+117
|