index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-21
ci: stop uploading artifacts (binary release archives soonish?)
Stephan Seitz
2022-01-21
ci: fix cache path on Windows
Stephan Seitz
2022-01-21
ci: use curl on Windows CI
Stephan Seitz
2022-01-21
ci: cache using ccache
Stephan Seitz
2022-01-21
ci: add cache for Rust dependency
Stephan Seitz
2022-01-21
ci: use stable tag for latest nvim release
Christian Clason
2022-01-21
ci: use stable tag for latest nvim release
Christian Clason
2022-01-21
ci: only run one compiler each on macos, ubuntu
Christian Clason
2022-01-21
ci: avoid duplicate CI runs
Christian Clason
2022-01-21
ci: bump neovim and tree-sitter cli to latest version
Christian Clason
2022-01-21
ci: cache parsers for workflows/tests
Munif Tanjim
2022-01-21
Update lockfile.json
GitHub
2022-01-21
test(indent): rust - add test for indented comment
Munif Tanjim
2022-01-21
fix(indent): rust - support newline after closing brace
Munif Tanjim
2022-01-21
feat(indent): ecma - support common use-cases
Munif Tanjim
2022-01-21
fix(indent): c/cpp - support newline after closing brace
Munif Tanjim
2022-01-21
feat(indent): ecma - support try_catch and if_else
Munif Tanjim
2022-01-21
feat(indent): support `@aligned_indent` for python
Munif Tanjim
2022-01-21
refactor(indent): extract functions and support metadata
Munif Tanjim
2022-01-21
feat(indent): use native Query:iter_captures
Munif Tanjim
2022-01-21
feat: rewrite indent module
Munif Tanjim
2022-01-21
feat: improve indent module
Munif Tanjim
2022-01-20
Update README
Github Actions
2022-01-20
Update Lua parser to fix infinite recursion (#2308)
Christian Clason
2022-01-20
Add phpdoc maintainer (#2311)
Michael Härtl
2022-01-20
parsers: add phpdoc parser (experimental)
Michael Härtl
2022-01-20
highlights(c): don't highlight type qualifiers in declarations as types
John Drouhard
2022-01-19
fix(php) match magic and single letter constants
Michael Härtl
2022-01-19
docs(CONTRIBUTING.md): mention Neovim's tree-sitter Matrix channel (#2294)
Stephan Seitz
2022-01-18
Update README
Github Actions
2022-01-18
feat(lua)!: switch from our fork to MunifTanjim's (#2272)
Christian Clason
2022-01-18
chore: remove swift tests for now (cause CI failure)
Stephan Seitz
2022-01-18
highlights(swift): add more `@operator`s and `implicit` keyword
Stephan Seitz
2022-01-18
highlights(swift): highlight `"->"` as `@operator`
Stephan Seitz
2022-01-18
highlights(swift): highlight punctuation
Stephan Seitz
2022-01-18
feat(java)(highlights): add missing highlights for `@type`
captainko
2022-01-18
Update lockfile.json
GitHub
2022-01-18
docs: refresh CONTRIBUTING.md
Thomas Vigouroux
2022-01-17
highlights(php): detect constructor calls on instantiation
Michael Härtl
2022-01-17
Update lockfile.json
GitHub
2022-01-17
highlights(cpp): add support for "<=>", "constinit", "consteval"
Stephan Seitz
2022-01-17
docs(readme): mention tracking issue for language support
Christian Clason
2022-01-17
Update lockfile.json
GitHub
2022-01-17
highlights(hack): add keywords implements
Stephan Seitz
2022-01-17
highlights(hack): extend queries add tests
Stephan Seitz
2022-01-17
Add ftdect for hack
Stephan Seitz
2022-01-17
[docgen] Update README.md
Github Actions
2022-01-17
highlights(hack): add some basic highlights
Stephan Seitz
2022-01-17
parsers: add hack parser
Stephan Seitz
2022-01-16
locals(cpp): add support for concepts
Stephan Seitz
[next]