summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter
AgeCommit message (Collapse)Author
2021-05-31Improve check-queries (#1253)Santos Gallegos
- Add checks for injections. - Allow queries that start with [A-Z] for highlights only. - Don't stop on the first error, finish checking all queries.
2021-05-26feat: use the original scss parserelianiva
..and add myself as the maintainer
2021-05-18parsers: generate_requires_npm for commonlispStephan Seitz
2021-05-18CI: Improved parser installation logicDaniel Kempkens
2021-05-18Add requires_generate_from_grammarDaniel Kempkens
2021-05-18Initial Elixir supportDaniel Kempkens
2021-05-17parsers: remove requires_generate_from_grammar for supercolliderStephan Seitz
2021-05-17parsers: fortran no longer requires_generate_from_grammarStephan Seitz
2021-05-17Extend CL highlightsStephan Seitz
2021-05-17Add support for Common LispStephan Seitz
2021-05-11Add config for Dockerfile parser (#1288)Camden Cheek
2021-05-07chore(erlang): don't generate parser from grammarThomas Vigouroux
2021-05-07Add fish queriesOmar Zeghouani
Add isatty as builtin Update function_definition option Update highlights.scm per review Fix list indentation Add maintainer names
2021-05-07parsers: add tree-sitter-fishStephan Seitz
Addresses #1268
2021-04-28Fix indentationCamden Cheek
2021-04-28Add go-mod tree-sitter configCamden Cheek
Adds a tree-sitter config for go.mod files as well as highlighting queries.
2021-04-24highlight: add 'comment' to hlmapMunif Tanjim
2021-04-23tests/indent: move common code out of main lua/ directoryJędrzej Boczar
2021-04-23tests/indent: remove indentexpr fixJędrzej Boczar
2021-04-23tests/indent: improve assertion to print side-by-side diffJędrzej Boczar
2021-04-23tests/indent: use custom assertion with better suited outputJędrzej Boczar
2021-04-23tests/indent: test cases with `normal o` for C/C++Jędrzej Boczar
2021-04-23tests/indent: refactor indent test runner and auto-discover language test filesJędrzej Boczar
2021-04-23fix lua style checksJędrzej Boczar
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-23fix(folds): use the correct rational operatorGrzegorz Rozdzialik
Fixes a bug introduced in 41ed83ffc762b611644a311e344b33d5efc01944 Closes #1226
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-22feat(incremental_selection): don't require localsThomas Vigouroux
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-22fix(folds): always fold more than one lineThomas Vigouroux
2021-04-21fix: Sort parsers for :TSInstallInfoStephan Seitz
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 GDScript highlightingShatur95
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
2021-04-15use locked revision when downloading via gitAdnoC
2021-04-15fix windows checkAdnoC
2021-04-15styleAdnoC
2021-04-15Do not use builtin tar on WindowsAdnoC
Several parsers (typescript and ocaml specifically) contain symlinks in their repo. The tar built into Windows cannot handle them. So, on Windows just use git to download parsers.
2021-04-14feat: Add TSEditQueryUserAfterStephan Seitz
2021-04-14feat: Add TSEditQueryStephan Seitz
2021-04-14Fix #1182: fix TSRange:parentStephan Seitz