summaryrefslogtreecommitdiffstats
path: root/queries/julia/highlights.scm
Commit message (Expand)AuthorAgeFilesLines
* fix(julia): add missing capture of ":" in selected importChristian Degnbol Madsen2024-01-021-0/+2
* fix(julia): pipe function highlight (#5815)Christian Degnbol Madsen2023-12-221-0/+6
* feat(julia): added missing String and AbstractString builtin types (#5440)Enzo L F2023-09-271-27/+215
* fix(julia): fix highlighting `end` keywordLoong2023-09-091-4/+4
* feat(julia): spell-check docstringsSergio A. Vargas2023-08-161-1/+1
* fix(julia): symbol highlightingSergio Alejandro Vargas2023-07-241-1/+3
* feat(julia): highlight docstrings before short function definitionsLong Wang2023-07-111-0/+1
* Update Julia queriesSergio Alejandro Vargas2023-07-081-3/+2
* feat(julia): add builtin functions & typesAmaan Qureshi2023-03-101-0/+41
* feat(julia): mark begin & end in an index or range expression as `@variable.b...Amaan Qureshi2023-03-101-0/+9
* fix(julia): refactor some operators and punctuationAmaan Qureshi2023-03-101-16/+21
* feat: add `@string.documentation` where applicableAmaan Qureshi2023-03-051-1/+11
* feat(julia/highlights): Add `as` keywordSergio Alejandro Vargas2023-02-031-0/+2
* julia: add `if_clause` (#4204)Sergio A. Vargas2023-01-231-0/+2
* julia: update parser and highlights (#4035)Sergio A. Vargas2022-12-271-16/+25
* julia: update parser and highlights (#4016)Sergio A. Vargas2022-12-231-7/+3
* julia: update queries to parser change (#3956)Sergio A. Vargas2022-12-141-17/+8
* highlights: create subscoping for ternary operatorStephan Seitz2022-12-021-1/+1
* highlights(julia): use more specific groupsObserverOfTime2022-11-261-7/+13
* julia: update queries to parser changeChristian Clason2022-11-121-5/+2
* fix: update julia queries to parser changeChristian Clason2022-11-061-1/+1
* refactor(highlights/julia): Update definitionsSergio Alejandro Vargas2022-11-021-95/+134
* fix(julia): remove highlight query for constantsFredrik Ekre2022-10-121-2/+0
* Split func/method definition from calls in julia highlighting querylfenzo2022-08-031-4/+4
* highlights(julia): add "mutable" keywordStephan Seitz2022-07-161-0/+1
* feat(highlights/julia): make operators visibleSergio Alejandro Vargas2022-06-011-23/+13
* highlights(julia): Update literalsSergio Alejandro Vargas2022-04-161-25/+33
* julia: update queries to parser changesChristian Clason2022-04-151-9/+13
* feat(highlights/julia): Add missing highlights (#2464)Sergio A. Vargas2022-02-071-7/+13
* highlights(julia): add highlight for block commentskoalp2022-01-131-2/+5
* Update queriesSantos Gallegos2021-12-221-6/+6
* chore: fix typosDundar Göc2021-11-021-1/+1
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-3/+1
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-1/+4
* Use #any-of? instead of #match? where posibleJoakker2021-06-251-1/+1
* highlights(julia): add "type"/"primitive" keywordStephan Seitz2021-04-231-0/+2
* highlights(julia): add punctuationStephan Seitz2021-04-231-0/+2
* fix(highlights): always highlight ternary operator as operatorThomas Vigouroux2021-04-221-1/+1
* Highlight Julia symbol expressions as TSSymbolDennis B2021-03-041-2/+1
* Add Julia highlights (coauthor: @mroavi)Stephan Seitz2021-01-031-0/+177