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
/
julia
Age
Commit message (
Expand
)
Author
2022-11-02
refactor julia locals
Sergio Alejandro Vargas
2022-11-02
refactor(highlights/julia): Update definitions
Sergio Alejandro Vargas
2022-10-12
fix(julia): remove highlight query for constants
Fredrik Ekre
2022-08-03
Split func/method definition from calls in julia highlighting query
lfenzo
2022-07-16
highlights(julia): add "mutable" keyword
Stephan Seitz
2022-06-01
feat(highlights/julia): make operators visible
Sergio Alejandro Vargas
2022-04-16
highlights(julia): Update literals
Sergio Alejandro Vargas
2022-04-15
julia: update queries to parser changes
Christian Clason
2022-02-07
feat(highlights/julia): Add missing highlights (#2464)
Sergio A. Vargas
2022-01-13
highlights(julia): add highlight for block comments
koalp
2021-12-22
Update queries
Santos Gallegos
2021-11-02
chore: fix typos
Dundar Göc
2021-07-07
Add exception handling branches
Sergio Alejandro Vargas
2021-07-07
Update Julia fold queries
Sergio Alejandro Vargas
2021-07-07
Add Julia indent queries
Sergio Alejandro Vargas
2021-07-04
feat(keywords) merge return and yield into keyword.return group
antonk52
2021-07-04
feat(keywords) add keyword.return & keyword.yield
antonk52
2021-06-25
Use #any-of? instead of #match? where posible
Joakker
2021-05-31
Improve check-queries (#1253)
Santos Gallegos
2021-05-16
Add Julia queries
Sergio Alejandro Vargas
2021-05-07
Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"
Santos Gallegos
2021-04-28
Comment: use `@combined` to create just one tree per buffer (#1252)
Santos Gallegos
2021-04-23
highlights(julia): add "type"/"primitive" keyword
Stephan Seitz
2021-04-23
highlights(julia): add punctuation
Stephan Seitz
2021-04-22
fix(highlights): always highlight ternary operator as operator
Thomas Vigouroux
2021-03-12
Add comment parser to highlight comment tags (#893)
Santos Gallegos
2021-03-04
Highlight Julia symbol expressions as TSSymbol
Dennis B
2021-01-03
Julia highlights: Add markdown injection for docstrings
Stephan Seitz
2021-01-03
Add Julia highlights (coauthor: @mroavi)
Stephan Seitz