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
path:
root
/
queries
Age
Commit message (
Expand
)
Author
2020-07-13
Add rust locals.scm
Stephan Seitz
2020-07-13
C/C++ highlights: Small improvements for type definitions
Stephan Seitz
2020-07-09
highlight(c): fix booleans and types
Thomas Vigouroux
2020-07-09
Python locals: with_statement can define variables
Stephan Seitz
2020-07-09
Python highlights: Surround type subscript query with (type ...)
Stephan Seitz
2020-07-08
locals(lua): simplify args
Thomas Vigouroux
2020-07-08
highlight(lua): fix overlapping queries
Thomas Vigouroux
2020-07-08
Introduce @definition.import for Python/Javascript
Stephan Seitz
2020-07-08
Highlight complete type definition
Stephan Seitz
2020-07-08
Python locals/highlights: Parameters can be optionally typed
Stephan Seitz
2020-07-08
Add Rust queries (#57)
Thomas Vigouroux
2020-07-05
C/C++ highlights: update to new syntax
Stephan Seitz
2020-07-04
C++ locals: Add reference_declarator (analogous to pointer_declarator for C l...
Stephan Seitz
2020-07-01
feat(javascript): add import specifier as definition
Steven Sojka
2020-07-01
locals(lua): capture function definition params
Thomas Vigouroux
2020-07-01
highlights(lua): update query to new syntax
Thomas Vigouroux
2020-07-01
Java highlights: Add binary integer literals
Stephan Seitz
2020-06-30
highlights(c): highlight ternary as conditional
Thomas Vigouroux
2020-06-30
C highlights: Make ? an operator in c highlights
Stephan Seitz
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): highlight usages module
Steven Sojka
2020-06-30
add python async
kiyan42
2020-06-29
Add method reference operator
Chinmay Dalal
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-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-24
Adapt Python highlights to new query syntax
Stephan Seitz
2020-06-23
add highlight queries for bash
TravonteD
2020-06-23
Fix the ":" in symbols when used in pairs
TravonteD
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
Updated python highlights
Jakub Łuczyński
2020-06-20
refactor: use newly introduced consolidated syntax
TravonteD
2020-06-17
Merge pull request #88 from PitcherTear22/master
Thomas Vigouroux
2020-06-17
Give credits
Chinmay Dalal
2020-06-17
Give credits
Chinmay Dalal
2020-06-15
Merge pull request #87 from steelsojka/fix/js-boolean-fix
Kiyan Yazdani
2020-06-15
Merge pull request #86 from steelsojka/feat/json
Kiyan Yazdani
2020-06-15
feat(lang): add json highlights
Steven Sojka
2020-06-15
fix(javascript): set booleans to boolean highlights
Steven Sojka
2020-06-15
Merge pull request #85 from PitcherTear22/master
Thomas Vigouroux
2020-06-15
Fix types
Chinmay Dalal
2020-06-15
Add operators
Chinmay
2020-06-15
Fix method highlighting
Chinmay
2020-06-15
chore(queries): use inherited queries for ts/js
Steven Sojka
2020-06-15
Merge branch 'master' into feat/typescript-queries
Steven Sojka
[next]