| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update lockfile.json (#2385) | Munif Tanjim | 2022-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(r): highlight string_escape, change parameter priority and update ↵ | Pedro Castro | 2022-01-28 | 1 | -4/+8 | |
| | | | | | pipe | |||||
| * | Update lockfile.json (#2380) | github-actions[bot] | 2022-01-27 | 1 | -5/+5 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | chore: run parser update at least daily (#2379) | Christian Clason | 2022-01-27 | 1 | -0/+2 | |
| | | ||||||
| * | update TLA+ revision, add queries for PlusCal (#2344) | Vasiliy Morkovkin | 2022-01-25 | 4 | -64/+175 | |
| | | ||||||
| * | refactor(lockfile): use better jq parsing | kylo252 | 2022-01-25 | 1 | -5/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-25 | 1 | -0/+3 | |
| | | ||||||
| * | Update README | Github Actions | 2022-01-25 | 1 | -0/+1 | |
| | | ||||||
| * | Add tree-sitter-eex parser for (L)EEx files (#2351) | Clay | 2022-01-25 | 4 | -0/+35 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-25 | 1 | -1/+1 | |
| | | ||||||
| * | refactor(makefile): better powershell handling | kylo252 | 2022-01-25 | 1 | -9/+9 | |
| | | | | | | | - add missing $(MKDIR) variable - create a simple function to allow running `make clean` without an error if a file doesn't exist | |||||
| * | test: use powershell by default | kylo252 | 2022-01-25 | 1 | -15/+16 | |
| | | ||||||
| * | refactor(installer): more modular makefile | kylo252 | 2022-01-25 | 1 | -11/+43 | |
| | | | | | | | | | - support both scanner.cc and scanner.c - allow complete override for (CFLAGS,CXXFLAGS,LDFLAGS) - add `clean` target - add `install` target - add windows support | |||||
| * | folds(c): fold at compound_statement | Cédric Barreteau | 2022-01-24 | 1 | -0/+1 | |
| | | ||||||
| * | indents(php): align with C indentation | Stephan Seitz | 2022-01-24 | 3 | -3/+34 | |
| | | | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357 | |||||
| * | Update lockfile.json | GitHub | 2022-01-24 | 1 | -1/+1 | |
| | | ||||||
| * | doc: stress need to :TSUpdate after lockfile change | Christian Clason | 2022-01-24 | 1 | -4/+4 | |
| | | ||||||
| * | feat(vim): highlight "higlight" variants | Thomas Vigouroux | 2022-01-24 | 1 | -0/+8 | |
| | | ||||||
| * | feat(vim): support syntax command | Thomas Vigouroux | 2022-01-24 | 1 | -1/+8 | |
| | | ||||||
| * | feat(indent): Implement basic indent for gdscript. | Ryan Roden-Corrent | 2022-01-24 | 3 | -0/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Indent is not handled correctly when adding new lines. It seems that functions/loops/etc. are not recognized until they have at least one indented block. For example, if you enter a newline after `func foo():`, the cursor will not be indented. If you manually indent and add a line like `pass`, e.g.: ``` func foo(): pass ``` now any insertions above or below `pass` will be indented correctly. This might be an issue with the grammar, as it seems to apply to highlights as well. The following will not be highligted ``` func foo(): ``` However, the following will be: ``` func foo(): pass ``` | |||||
| * | Update lockfile.json | GitHub | 2022-01-24 | 1 | -5/+5 | |
| | | ||||||
| * | fix(phpdoc) Improve keyword query | Michael Härtl | 2022-01-24 | 1 | -6/+6 | |
| | | ||||||
| * | Upgrade to HEEx parser 0.3.0 | Clay | 2022-01-24 | 4 | -22/+51 | |
| | | ||||||
| * | Add new Elixir language injections | Clay | 2022-01-24 | 1 | -6/+28 | |
| | | ||||||
| * | Fix highlights of module attributes and doc sigils | Clay | 2022-01-24 | 1 | -2/+10 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-23 | 1 | -6/+9 | |
| | | ||||||
| * | ci: bump tree-sitter to 0.20.4 | Christian Clason | 2022-01-23 | 2 | -2/+2 | |
| | | | | | fixes issues with `parser.h` not being generated | |||||
| * | Set CXX standard per parser and fix Norg | Stephan Seitz | 2022-01-23 | 4 | -7/+14 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2022-01-23 | 1 | -0/+1 | |
| | | | | | skip-checks: true | |||||
| * | Allow compilation via makefile | Stephan Seitz | 2022-01-23 | 4 | -9/+42 | |
| | | ||||||
| * | Add tree-sitter-norg | Jozef Grajciar | 2022-01-23 | 1 | -0/+9 | |
| | | ||||||
| * | fix: bump phpdoc parser to 0.0.6 | Christian Clason | 2022-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | feat: specify abi version for generate on newer ts cli | Christian Clason | 2022-01-22 | 3 | -6/+22 | |
| | | | | | | | | | | Check tree-sitter CLI version and if > 0.20.3 and generating a parser from grammar, use `--abi=vim.treesitter.language_version`. Besides being able to opt-in to newer ABI benefits, this is a necessary workaround for an upstream bug with 0.20.3, where `parser.h` is not generated if the (optional) `--abi` flag is omitted. | |||||
| * | ci: fix cache path for rust cargo | Munif Tanjim | 2022-01-22 | 1 | -3/+6 | |
| | | ||||||
| * | ci: drop windows+clang | Christian Clason | 2022-01-22 | 1 | -0/+4 | |
| | | | | | takes significantly longer than other combinations | |||||
| * | fix: Don't require node for gdscript. | Ryan Roden-Corrent | 2022-01-22 | 1 | -1/+0 | |
| | | | | | | The upstream repo has pre-generated bindings at: https://github.com/PrestonKnopp/tree-sitter-gdscript/tree/master/src | |||||
| * | Update lockfile.json | GitHub | 2022-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | ci: remove ccache | Stephan Seitz | 2022-01-22 | 2 | -14/+0 | |
| | | | | | ccache did take too long to install on MacOS | |||||
| * | highlights(r): change groups priority | Pedro Castro | 2022-01-22 | 1 | -16/+17 | |
| | | ||||||
| * | docs: add missing vim table in the example | monkoose | 2022-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | ci: bump tree-sitter to v0.20.3 | Christian Clason | 2022-01-22 | 2 | -2/+2 | |
| | | ||||||
| * | ci: Avoid rust-cache (failures and current git dependency) | Stephan Seitz | 2022-01-21 | 1 | -1/+7 | |
| | | ||||||
| * | ci: stop uploading artifacts (binary release archives soonish?) | Stephan Seitz | 2022-01-21 | 2 | -6/+1 | |
| | | ||||||
| * | ci: fix cache path on Windows | Stephan Seitz | 2022-01-21 | 2 | -4/+8 | |
| | | ||||||
| * | ci: use curl on Windows CI | Stephan Seitz | 2022-01-21 | 1 | -1/+1 | |
| | | ||||||
| * | ci: cache using ccache | Stephan Seitz | 2022-01-21 | 2 | -2/+17 | |
| | | ||||||
| * | ci: add cache for Rust dependency | Stephan Seitz | 2022-01-21 | 1 | -2/+8 | |
| | | ||||||
| * | ci: use stable tag for latest nvim release | Christian Clason | 2022-01-21 | 1 | -0/+7 | |
| | | ||||||
| * | ci: use stable tag for latest nvim release | Christian Clason | 2022-01-21 | 4 | -7/+7 | |
| | | ||||||
