| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: use the original scss parser | elianiva | 2021-05-26 | 1 | -1/+2 |
| | | | | | ..and add myself as the maintainer | ||||
| * | parsers: generate_requires_npm for commonlisp | Stephan Seitz | 2021-05-18 | 1 | -0/+1 |
| | | |||||
| * | CI: Improved parser installation logic | Daniel Kempkens | 2021-05-18 | 1 | -5/+0 |
| | | |||||
| * | Add requires_generate_from_grammar | Daniel Kempkens | 2021-05-18 | 1 | -0/+1 |
| | | |||||
| * | Initial Elixir support | Daniel Kempkens | 2021-05-18 | 1 | -0/+8 |
| | | |||||
| * | parsers: remove requires_generate_from_grammar for supercollider | Stephan Seitz | 2021-05-17 | 1 | -1/+0 |
| | | |||||
| * | parsers: fortran no longer requires_generate_from_grammar | Stephan Seitz | 2021-05-17 | 1 | -1/+0 |
| | | |||||
| * | Extend CL highlights | Stephan Seitz | 2021-05-17 | 1 | -1/+1 |
| | | |||||
| * | Add support for Common Lisp | Stephan Seitz | 2021-05-17 | 1 | -0/+9 |
| | | |||||
| * | Add config for Dockerfile parser (#1288) | Camden Cheek | 2021-05-11 | 1 | -0/+9 |
| | | |||||
| * | chore(erlang): don't generate parser from grammar | Thomas Vigouroux | 2021-05-07 | 1 | -1/+0 |
| | | |||||
| * | Add fish queries | Omar Zeghouani | 2021-05-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | Add isatty as builtin Update function_definition option Update highlights.scm per review Fix list indentation Add maintainer names | ||||
| * | parsers: add tree-sitter-fish | Stephan Seitz | 2021-05-07 | 1 | -0/+7 |
| | | | | | Addresses #1268 | ||||
| * | Fix indentation | Camden Cheek | 2021-04-28 | 1 | -1/+1 |
| | | |||||
| * | Add go-mod tree-sitter config | Camden Cheek | 2021-04-28 | 1 | -0/+10 |
| | | | | | | Adds a tree-sitter config for go.mod files as well as highlighting queries. | ||||
| * | highlight: add 'comment' to hlmap | Munif Tanjim | 2021-04-24 | 1 | -1/+3 |
| | | |||||
| * | tests/indent: move common code out of main lua/ directory | Jędrzej Boczar | 2021-04-23 | 1 | -125/+0 |
| | | |||||
| * | move all tests to top-level tests/ directory | Jędrzej Boczar | 2021-04-23 | 53 | -885/+0 |
| | | |||||
| * | tests/indent: remove indentexpr fix | Jędrzej Boczar | 2021-04-23 | 1 | -3/+0 |
| | | |||||
| * | tests/indent: improve assertion to print side-by-side diff | Jędrzej Boczar | 2021-04-23 | 1 | -12/+24 |
| | | |||||
| * | tests/indent: use custom assertion with better suited output | Jędrzej Boczar | 2021-04-23 | 1 | -6/+52 |
| | | |||||
| * | tests/indent: add Lua tests | Jędrzej Boczar | 2021-04-23 | 7 | -0/+105 |
| | | |||||
| * | tests/indent: improve Rust tests | Jędrzej Boczar | 2021-04-23 | 16 | -13/+217 |
| | | |||||
| * | tests/indent: add `normal o` tests for Python | Jędrzej Boczar | 2021-04-23 | 2 | -8/+40 |
| | | |||||
| * | tests/indent: test cases with `normal o` for C/C++ | Jędrzej Boczar | 2021-04-23 | 3 | -15/+108 |
| | | |||||
| * | tests/indent: add multiple C/C++ tests | Jędrzej Boczar | 2021-04-23 | 20 | -11/+211 |
| | | |||||
| * | tests/indent: refactor indent test runner and auto-discover language test files | Jędrzej Boczar | 2021-04-23 | 4 | -64/+66 |
| | | |||||
| * | fix lua style checks | Jędrzej Boczar | 2021-04-23 | 1 | -0/+2 |
| | | |||||
| * | tests/indent: add basic examples for C and Rust | Jędrzej Boczar | 2021-04-23 | 7 | -3/+80 |
| | | |||||
| * | Initial sketch of automated indent tests | Jędrzej Boczar | 2021-04-23 | 12 | -0/+240 |
| | | |||||
| * | fix(folds): use the correct rational operator | Grzegorz Rozdzialik | 2021-04-23 | 1 | -1/+1 |
| | | | | | | Fixes a bug introduced in 41ed83ffc762b611644a311e344b33d5efc01944 Closes #1226 | ||||
| * | parsers: Add Fortran parser | Stephan Seitz | 2021-04-23 | 1 | -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 | ||||
| * | feat(incremental_selection): don't require locals | Thomas Vigouroux | 2021-04-22 | 2 | -2/+8 |
| | | |||||
| * | parsers: nix no longer requires_generate_from_grammar | Stephan Seitz | 2021-04-22 | 1 | -1/+0 |
| | | | | | Not required after https://github.com/cstrahan/tree-sitter-nix/pull/11 | ||||
| * | fix(folds): always fold more than one line | Thomas Vigouroux | 2021-04-22 | 1 | -1/+3 |
| | | |||||
| * | fix: Sort parsers for :TSInstallInfo | Stephan Seitz | 2021-04-21 | 1 | -1/+3 |
| | | |||||
| * | Avoid Lua 5.3 function table.unpack | Stephan Seitz | 2021-04-19 | 1 | -1/+1 |
| | | |||||
| * | YAML: update queries (#1203) | Santos Gallegos | 2021-04-18 | 1 | -1/+2 |
| | | | | Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18 | ||||
| * | Fix GDScript highlighting | Shatur95 | 2021-04-18 | 1 | -1/+1 |
| | | |||||
| * | Fix TSEditQuery with several files (#1191) | Santos Gallegos | 2021-04-16 | 1 | -3/+12 |
| | | | | | | - 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) | ||||
| * | remove developer mode error message | Daniel Bendel | 2021-04-15 | 1 | -3/+0 |
| | | |||||
| * | split is_github_or_gitlab again | Daniel Bendel | 2021-04-15 | 1 | -3/+5 |
| | | |||||
| * | remove single-branch and branch arguments on git call | Daniel Bendel | 2021-04-15 | 1 | -3/+1 |
| | | |||||
| * | fix undefined variable | Daniel Bendel | 2021-04-15 | 1 | -1/+1 |
| | | |||||
| * | a little less variables :) | Daniel Bendel | 2021-04-15 | 1 | -5/+3 |
| | | |||||
| * | removed core.symlinks=true from git call | Daniel Bendel | 2021-04-15 | 1 | -2/+0 |
| | | |||||
| * | use utils.join_path | AdnoC | 2021-04-15 | 1 | -7/+1 |
| | | |||||
| * | use locked revision when downloading via git | AdnoC | 2021-04-15 | 1 | -4/+29 |
| | | |||||
| * | fix windows check | AdnoC | 2021-04-15 | 1 | -6/+1 |
| | | |||||
| * | style | AdnoC | 2021-04-15 | 1 | -1/+8 |
| | | |||||
