| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | highlights(cpp): highlight namespaces in using declartions | Stephan Seitz | 2021-04-26 | 1 | -0/+2 | |
| | | ||||||
| * | highlights(cpp): reduce number of regexes | Stephan Seitz | 2021-04-26 | 1 | -9/+3 | |
| | | ||||||
| * | highlights(cpp): avoid overwriting C CONSTANTS | Stephan Seitz | 2021-04-26 | 1 | -2/+2 | |
| | | ||||||
| * | Link TSComment to Comment | Santos Gallegos | 2021-04-24 | 1 | -0/+1 | |
| | | | | | Fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1246 | |||||
| * | docs: update nvim-treesitter-highlights | Munif Tanjim | 2021-04-24 | 1 | -5/+25 | |
| | | ||||||
| * | highlight: add 'comment' to hlmap | Munif Tanjim | 2021-04-24 | 1 | -1/+3 | |
| | | ||||||
| * | Update lockfile.json | Hennadii Chernyshchyk | 2021-04-24 | 1 | -1/+1 | |
| | | | | My [PR](https://github.com/PrestonKnopp/tree-sitter-gdscript/pull/5) was merged. | |||||
| * | Update lockfile.json | GitHub | 2021-04-23 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(julia): add "type"/"primitive" keyword | Stephan Seitz | 2021-04-23 | 1 | -0/+2 | |
| | | ||||||
| * | highlights(julia): add punctuation | Stephan Seitz | 2021-04-23 | 1 | -0/+2 | |
| | | ||||||
| * | tests/indent: factor out most of the code into common.lua | Jędrzej Boczar | 2021-04-23 | 6 | -208/+175 | |
| | | ||||||
| * | tests/indent: move common code out of main lua/ directory | Jędrzej Boczar | 2021-04-23 | 6 | -13/+13 | |
| | | ||||||
| * | tests/indent: move the run helper functions to top-level | Jędrzej Boczar | 2021-04-23 | 5 | -37/+38 | |
| | | ||||||
| * | move all tests to top-level tests/ directory | Jędrzej Boczar | 2021-04-23 | 56 | -72/+72 | |
| | | ||||||
| * | ignore Lua indent test files when doing style-check | Jędrzej Boczar | 2021-04-23 | 1 | -1/+2 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | scripts: print test results summary with --summary | Jędrzej Boczar | 2021-04-23 | 1 | -2/+11 | |
| | | ||||||
| * | scripts: fix wrong swapfile setting in minimal_init | Jędrzej Boczar | 2021-04-23 | 1 | -1/+2 | |
| | | ||||||
| * | 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 | 14 | -0/+257 | |
| | | ||||||
| * | replace @class with @type | Alvaro Muñoz | 2021-04-23 | 1 | -3/+3 | |
| | | ||||||
| * | Add Codeql indents.scm | Alvaro Muñoz | 2021-04-23 | 2 | -5/+28 | |
| | | ||||||
| * | injections(tsx): inherit injections from ecma | Stephan Seitz | 2021-04-23 | 1 | -0/+1 | |
| | | | | | Fixes #1237 | |||||
| * | Update lockfile.json | GitHub | 2021-04-23 | 1 | -1/+1 | |
| | | ||||||
| * | fix(folds): use the correct rational operator | Grzegorz Rozdzialik | 2021-04-23 | 1 | -1/+1 | |
| | | | | | | Fixes a bug introduced in 41ed83ffc762b611644a311e344b33d5efc01944 Closes #1226 | |||||
| * | Update lockfile.json | GitHub | 2021-04-23 | 1 | -0/+3 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2021-04-23 | 1 | -1/+1 | |
| | | | | | skip-checks: true | |||||
| * | highlights(fortran): extend queries | Stephan Seitz | 2021-04-23 | 1 | -20/+64 | |
| | | ||||||
| * | Add Fortran queries from @oponkork | Stephan Seitz | 2021-04-23 | 3 | -1/+105 | |
| | | ||||||
| * | 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 | |||||
| * | Update lockfile.json | GitHub | 2021-04-23 | 1 | -4/+4 | |
| | | ||||||
| * | Add JS/TS parameters again (#1227) | Stephan Seitz | 2021-04-23 | 3 | -39/+57 | |
| | | | | | | * highlights(js): add parameters * highlights(ts): add Typescript parameters | |||||
| * | Highlight v-bind using javascript | Artur Tagisow | 2021-04-22 | 1 | -0/+4 | |
| | | ||||||
| * | fix: use correct name in FUNDING.yml | Thomas Vigouroux | 2021-04-22 | 1 | -1/+1 | |
| | | ||||||
| * | Allow failures for defined parsers | Stephan Seitz | 2021-04-22 | 2 | -1/+9 | |
| | | ||||||
| * | chore: add funding informations | Thomas Vigouroux | 2021-04-22 | 1 | -0/+1 | |
| | | ||||||
| * | docs: Update vimdoc file | Thomas Vigouroux | 2021-04-22 | 1 | -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 locals | Thomas Vigouroux | 2021-04-22 | 2 | -2/+8 | |
| | | ||||||
| * | highlights(csharp): add "with" as `@keyword.operator` | Stephan Seitz | 2021-04-22 | 1 | -6/+10 | |
| | | ||||||
| * | 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 | |||||
| * | Update lockfile.json | GitHub | 2021-04-22 | 1 | -2/+2 | |
| | | ||||||
