aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update lockfile.json (#2385)Munif Tanjim2022-01-281-1/+1
|
* Update lockfile.jsonGitHub2022-01-281-1/+1
|
* highlights(r): highlight string_escape, change parameter priority and update ↵Pedro Castro2022-01-281-4/+8
| | | | pipe
* Update lockfile.json (#2380)github-actions[bot]2022-01-271-5/+5
| | | Co-authored-by: GitHub <noreply@github.com>
* chore: run parser update at least daily (#2379)Christian Clason2022-01-271-0/+2
|
* update TLA+ revision, add queries for PlusCal (#2344)Vasiliy Morkovkin2022-01-254-64/+175
|
* refactor(lockfile): use better jq parsingkylo2522022-01-251-5/+4
|
* Update lockfile.jsonGitHub2022-01-251-0/+3
|
* Update READMEGithub Actions2022-01-251-0/+1
|
* Add tree-sitter-eex parser for (L)EEx files (#2351)Clay2022-01-254-0/+35
|
* Update lockfile.jsonGitHub2022-01-251-1/+1
|
* refactor(makefile): better powershell handlingkylo2522022-01-251-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 defaultkylo2522022-01-251-15/+16
|
* refactor(installer): more modular makefilekylo2522022-01-251-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_statementCédric Barreteau2022-01-241-0/+1
|
* indents(php): align with C indentationStephan Seitz2022-01-243-3/+34
| | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357
* Update lockfile.jsonGitHub2022-01-241-1/+1
|
* doc: stress need to :TSUpdate after lockfile changeChristian Clason2022-01-241-4/+4
|
* feat(vim): highlight "higlight" variantsThomas Vigouroux2022-01-241-0/+8
|
* feat(vim): support syntax commandThomas Vigouroux2022-01-241-1/+8
|
* feat(indent): Implement basic indent for gdscript.Ryan Roden-Corrent2022-01-243-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.jsonGitHub2022-01-241-5/+5
|
* fix(phpdoc) Improve keyword queryMichael Härtl2022-01-241-6/+6
|
* Upgrade to HEEx parser 0.3.0Clay2022-01-244-22/+51
|
* Add new Elixir language injectionsClay2022-01-241-6/+28
|
* Fix highlights of module attributes and doc sigilsClay2022-01-241-2/+10
|
* Update lockfile.jsonGitHub2022-01-231-6/+9
|
* ci: bump tree-sitter to 0.20.4Christian Clason2022-01-232-2/+2
| | | | fixes issues with `parser.h` not being generated
* Set CXX standard per parser and fix NorgStephan Seitz2022-01-234-7/+14
|
* [docgen] Update README.mdGithub Actions2022-01-231-0/+1
| | | | skip-checks: true
* Allow compilation via makefileStephan Seitz2022-01-234-9/+42
|
* Add tree-sitter-norgJozef Grajciar2022-01-231-0/+9
|
* fix: bump phpdoc parser to 0.0.6Christian Clason2022-01-231-1/+1
|
* feat: specify abi version for generate on newer ts cliChristian Clason2022-01-223-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 cargoMunif Tanjim2022-01-221-3/+6
|
* ci: drop windows+clangChristian Clason2022-01-221-0/+4
| | | | takes significantly longer than other combinations
* fix: Don't require node for gdscript.Ryan Roden-Corrent2022-01-221-1/+0
| | | | | The upstream repo has pre-generated bindings at: https://github.com/PrestonKnopp/tree-sitter-gdscript/tree/master/src
* Update lockfile.jsonGitHub2022-01-221-1/+1
|
* ci: remove ccacheStephan Seitz2022-01-222-14/+0
| | | | ccache did take too long to install on MacOS
* highlights(r): change groups priorityPedro Castro2022-01-221-16/+17
|
* docs: add missing vim table in the examplemonkoose2022-01-221-1/+1
|
* ci: bump tree-sitter to v0.20.3Christian Clason2022-01-222-2/+2
|
* ci: Avoid rust-cache (failures and current git dependency)Stephan Seitz2022-01-211-1/+7
|
* ci: stop uploading artifacts (binary release archives soonish?)Stephan Seitz2022-01-212-6/+1
|
* ci: fix cache path on WindowsStephan Seitz2022-01-212-4/+8
|
* ci: use curl on Windows CIStephan Seitz2022-01-211-1/+1
|
* ci: cache using ccacheStephan Seitz2022-01-212-2/+17
|
* ci: add cache for Rust dependencyStephan Seitz2022-01-211-2/+8
|
* ci: use stable tag for latest nvim releaseChristian Clason2022-01-211-0/+7
|
* ci: use stable tag for latest nvim releaseChristian Clason2022-01-214-7/+7
|