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
2020-06-30
Define multiple query for a language
kiyan42
2020-06-30
if/else in defining languages
kiyan42
2020-06-30
fix: remove goto statements
kiyan42
2020-06-30
update installer with sync and some fixes
kiyan42
2020-06-30
Java highlights: Add operators ":" "?"
Stephan Seitz
2020-06-30
Java highlights: Add parameter highlight for single-parameter lambdas
Stephan Seitz
2020-06-30
refactor(refactor): use higher local apis and some cleanup
Steven Sojka
2020-06-30
feat(refactor): add definition navigation module
Steven Sojka
2020-06-30
feat(refactor): add smart rename module
Steven Sojka
2020-06-30
feat(refactor): highlight usages module
Steven Sojka
2020-06-30
add python async
kiyan42
2020-06-29
Add method reference operator
Chinmay Dalal
2020-06-29
add used_by key to parsers
kiyan42
2020-06-29
Extend documentation for TSError
Stephan Seitz
2020-06-29
highlights: declare links as defaults
Thomas Vigouroux
2020-06-29
Java highlights: Capture parameters in declaration (#93)
Chinmay Dalal
2020-06-28
C highlights: Add highlight for #elif
Stephan Seitz
2020-06-28
Fix typo in documentation: `labe:` -> `label:`
Stephan Seitz
2020-06-27
Merge pull request #102 from vigoux/fix-94
Stephan Seitz
2020-06-27
Merge pull request #115 from kyazdani42/doc/update-install-doc
Stephan Seitz
2020-06-27
update docs for TSInstall
kiyan42
2020-06-26
highlight: use custom highlight groups
Thomas Vigouroux
2020-06-26
Fix cpp-highlights: wrong capture name used in regex
Stephan Seitz
2020-06-26
Python highlights: Reset highlighting in f-string interpolation
Stephan Seitz
2020-06-26
Python highlights: Add walrus operator
Stephan Seitz
2020-06-25
continue installing if not reinstalling one parser
kiyan42
2020-06-25
install can take 'all' as parameter
kiyan42
2020-06-25
add command to install all parsers
kiyan42
2020-06-24
fix(locals): compute locals after later tick
Steven Sojka
2020-06-24
Adapt Python highlights to new query syntax
Stephan Seitz
2020-06-23
add highlight queries for bash
TravonteD
2020-06-23
Update CONTRIBUTING.md
Thomas Vigouroux
2020-06-23
Fix the ":" in symbols when used in pairs
TravonteD
2020-06-22
rename and finish ft->lang migration
kiyan42
2020-06-21
Merge pull request #98 from theHamsta/disclaimer
Kiyan Yazdani
2020-06-21
fix: separate queries with newlines
Thomas Vigouroux
2020-06-21
Add disclaimer to README.md
Stephan Seitz
2020-06-21
Merge pull request #101 from stsewd/fix-parser-ulr
Kiyan Yazdani
2020-06-21
Fix bash parser url
Santos Gallegos
2020-06-21
fix(statusline): don't call if no parser
Thomas Vigouroux
2020-06-21
Merge pull request #96 from theHamsta/python-__dunder__
Thomas Vigouroux
2020-06-21
Merge pull request #90 from kyazdani42/fix/parser-names-as-filetypes
Kiyan Yazdani
2020-06-21
Add highlighting of dunder identifiers (e.g. __all__, __add__) to Python high...
Stephan Seitz
2020-06-21
Merge pull request #72 from doubleloop/python
Stephan Seitz
2020-06-21
Merge pull request #91 from TravonteD/sibling-refactor
Thomas Vigouroux
2020-06-21
Updated python highlights
Jakub Łuczyński
2020-06-20
refactor: use newly introduced consolidated syntax
TravonteD
2020-06-20
refactor: parser list and lang->ft/ft->lang
kiyan42
2020-06-19
fix: declare parse names as their appropriate filetype and change clone url
kiyan42
2020-06-19
Merge pull request #89 from kyazdani42/refacto/remove-buf-state-and-api
Thomas Vigouroux
[next]