aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* highlights(cpp): highlight namespaces in using declartionsStephan Seitz2021-04-261-0/+2
|
* highlights(cpp): reduce number of regexesStephan Seitz2021-04-261-9/+3
|
* highlights(cpp): avoid overwriting C CONSTANTSStephan Seitz2021-04-261-2/+2
|
* Link TSComment to CommentSantos Gallegos2021-04-241-0/+1
| | | | Fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1246
* docs: update nvim-treesitter-highlightsMunif Tanjim2021-04-241-5/+25
|
* highlight: add 'comment' to hlmapMunif Tanjim2021-04-241-1/+3
|
* Update lockfile.jsonHennadii Chernyshchyk2021-04-241-1/+1
| | | My [PR](https://github.com/PrestonKnopp/tree-sitter-gdscript/pull/5) was merged.
* Update lockfile.jsonGitHub2021-04-231-1/+1
|
* highlights(julia): add "type"/"primitive" keywordStephan Seitz2021-04-231-0/+2
|
* highlights(julia): add punctuationStephan Seitz2021-04-231-0/+2
|
* tests/indent: factor out most of the code into common.luaJędrzej Boczar2021-04-236-208/+175
|
* tests/indent: move common code out of main lua/ directoryJędrzej Boczar2021-04-236-13/+13
|
* tests/indent: move the run helper functions to top-levelJędrzej Boczar2021-04-235-37/+38
|
* move all tests to top-level tests/ directoryJędrzej Boczar2021-04-2356-72/+72
|
* ignore Lua indent test files when doing style-checkJędrzej Boczar2021-04-231-1/+2
|
* 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
|
* 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
|