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
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
2022-01-16
highlights(cpp): add support for concepts
Stephan Seitz
2022-01-16
ci: fix markdown tests
Stephan Seitz
2022-01-16
support PyFoam syntax in OpenFOAM files
Elwardi
2022-01-16
Update lockfile.json
GitHub
2022-01-16
fix(ci): make highlight test working with markdown
Stephan Seitz
2022-01-16
highlights(rust): add "yield" keyword
Stephan Seitz
2022-01-16
Tighten requirements
Kid
2022-01-16
Recommend nightly
Kid
2022-01-16
Remove nightly Neovim requirement from README
Kid
2022-01-16
ci: print query loading times
Stephan Seitz
2022-01-16
Update .github/ISSUE_TEMPLATE/highlighting_issue.yml
Stephan Seitz
2022-01-16
Update .github/ISSUE_TEMPLATE/highlighting_issue.yml
Stephan Seitz
2022-01-16
Update .github/ISSUE_TEMPLATE/highlighting_issue.yml
Stephan Seitz
2022-01-16
Update .github/ISSUE_TEMPLATE/highlighting_issue.yml
Stephan Seitz
2022-01-16
docs: use markdown instead of checkboxes
Stephan Seitz
2022-01-16
docs: add issue template for highlighting issues
Stephan Seitz
2022-01-16
docs(readme): make custom parser example more explicit about options
Stephan Seitz
[next]