summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-23tests/indent: add basic examples for C and RustJędrzej Boczar
2021-04-23Initial sketch of automated indent testsJędrzej Boczar
2021-04-23replace @class with @typeAlvaro Muñoz
2021-04-23Add Codeql indents.scmAlvaro Muñoz
2021-04-23injections(tsx): inherit injections from ecmaStephan Seitz
Fixes #1237
2021-04-23Update lockfile.jsonGitHub
2021-04-23fix(folds): use the correct rational operatorGrzegorz Rozdzialik
Fixes a bug introduced in 41ed83ffc762b611644a311e344b33d5efc01944 Closes #1226
2021-04-23Update lockfile.jsonGitHub
2021-04-23[docgen] Update README.mdGithub Actions
skip-checks: true
2021-04-23highlights(fortran): extend queriesStephan Seitz
2021-04-23Add Fortran queries from @oponkorkStephan Seitz
2021-04-23parsers: Add Fortran parserStephan Seitz
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
2021-04-23Update lockfile.jsonGitHub
2021-04-23Add JS/TS parameters again (#1227)Stephan Seitz
* highlights(js): add parameters * highlights(ts): add Typescript parameters
2021-04-22Highlight v-bind using javascriptArtur Tagisow
2021-04-22fix: use correct name in FUNDING.ymlThomas Vigouroux
2021-04-22Allow failures for defined parsersStephan Seitz
2021-04-22chore: add funding informationsThomas Vigouroux
2021-04-22docs: Update vimdoc fileThomas Vigouroux
Adds the new maintainers (that were actually added a long time ago), fix inconsistent formatting, and unneeded or old/wrong docs.
2021-04-22feat(incremental_selection): don't require localsThomas Vigouroux
2021-04-22highlights(csharp): add "with" as `@keyword.operator`Stephan Seitz
2021-04-22parsers: nix no longer requires_generate_from_grammarStephan Seitz
Not required after https://github.com/cstrahan/tree-sitter-nix/pull/11
2021-04-22Update lockfile.jsonGitHub
2021-04-22fix(lua): correctly highlight field namesThomas Vigouroux
2021-04-22fix(highlights): always highlight ternary operator as operatorThomas Vigouroux
2021-04-22fix(folds): always fold more than one lineThomas Vigouroux
2021-04-22fix(c): fold switch statementsThomas Vigouroux
2021-04-22Try out llvm --HEADStephan Seitz
2021-04-22fix(CI): install newer version of clang on MacOSStephan Seitz
2021-04-22fix(CI): ensure parsers that don't require tree-sitter CLI are installedStephan Seitz
2021-04-21fix: Sort parsers for :TSInstallInfoStephan Seitz
2021-04-21Fix svelte highlightsStephan Seitz
2021-04-21Update lockfile.jsonGitHub
2021-04-21C highlights: Make char_literal `@character`Stephan Seitz
2021-04-20Fix #1207: update HaskellStephan Seitz
Otherwise the Haskell parser would eat up all your RAM within seconds.
2021-04-19Avoid Lua 5.3 function table.unpackStephan Seitz
2021-04-18YAML: update queries (#1203)Santos Gallegos
Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
2021-04-18Fix identifier type checkShatur95
2021-04-18Fix GDScript highlightingShatur95
2021-04-17highlights(java): add new keyword "yield"Stephan Seitz
https://github.com/tree-sitter/tree-sitter-java/pull/78 added support for enhanced switch statements
2021-04-17Update lockfile.jsonGitHub
2021-04-17Indent Ruby singleton classesImobach González Sosa
2021-04-16Fix TSEditQuery with several files (#1191)Santos Gallegos
- Choice already starts with 1, there isn't need to increment 1 - The first item is the prompt as recommended in `:h inputlist()` (this way the choice matches when using the mouse)
2021-04-15remove developer mode error messageDaniel Bendel
2021-04-15split is_github_or_gitlab againDaniel Bendel
2021-04-15remove single-branch and branch arguments on git callDaniel Bendel
2021-04-15fix undefined variableDaniel Bendel
2021-04-15a little less variables :)Daniel Bendel
2021-04-15removed core.symlinks=true from git callDaniel Bendel
2021-04-15use utils.join_pathAdnoC