index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
queries
/
ruby
/
highlights.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat!: drop modules, general refactor and cleanup
Christian Clason
2025-05-12
1
-309
/
+0
*
feat(ruby): detect shebang directive
Jerome Dalbert
2024-09-17
1
-0
/
+5
*
feat(ruby): improve identifiers highlighting
Jerome Dalbert
2024-09-12
1
-3
/
+6
*
feat(ruby): string/punctuation highlight improvements
Riley Bruins
2024-08-26
1
-10
/
+17
*
fix(ruby): highlight "&." as `@punctuation.delimiter` (#6887)
Wadii Hajji
2024-07-08
1
-0
/
+1
*
feat(ruby): highlights for special methods (#6735)
Pete Matsyburka
2024-07-08
1
-3
/
+8
*
feat: more `@keyword.type` captures
Riley Bruins
2024-05-01
1
-1
/
+2
*
refactor(format): drop extra indentation for field
Phạm Huy Hoàng
2024-03-21
1
-15
/
+12
*
feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier`
Jaehwang Jung
2024-03-16
1
-2
/
+2
*
feat(highlights)!: enforce documented captures (#6232)
Christian Clason
2024-03-03
1
-3
/
+4
*
feat(format-scripts): linewrap predicates
再生花
2024-02-23
1
-1
/
+2
*
fix(highlights): improve member/property distinction
ObserverOfTime
2024-01-19
1
-2
/
+2
*
fix(highlights): improve consistency
ObserverOfTime
2024-01-19
1
-1
/
+1
*
chore: query formatting
Pham Huy Hoang
2024-01-19
1
-153
/
+184
*
feat!: align standard captures with upstream
Christian Clason
2024-01-19
1
-20
/
+20
*
refactor: Remove all `(ERROR) @error` captures
Pham Huy Hoang
2023-10-25
1
-2
/
+0
*
refactor: replace some match & vim-match usages
ObserverOfTime
2023-08-23
1
-3
/
+3
*
queries/*/highlights.scm : remove `@spell` for strings
ShellCode33
2023-08-07
1
-2
/
+0
*
fix(ruby): bare_symbol should be @symbol
Serhii Budnik
2023-04-17
1
-1
/
+1
*
fix(ruby): then blocks should not be `@conditional`, just "then"
Trey Wood
2023-03-31
1
-6
/
+1
*
feat: add `@comment.documentation` where applicable
Amaan Qureshi
2023-03-05
1
-3
/
+20
*
refactor(ruby): move keywords appropriately
Amaan Qureshi
2023-03-03
1
-6
/
+21
*
highlights(ruby): fix captures
ObserverOfTime
2022-11-26
1
-4
/
+5
*
Add global variable highlighting
Cameron
2022-09-10
1
-0
/
+1
*
feat(spell): upstream spell queries from spellsitter
Lewis Russell
2022-09-06
1
-0
/
+2
*
Split func/method definition from calls in several programming language queries
lfenzo
2022-08-03
1
-1
/
+1
*
Update highlights.scm
Cameron
2022-06-24
1
-0
/
+2
*
Add Operators for Ruby
Cameron
2021-11-11
1
-5
/
+38
*
feat(keywords) merge return and yield into keyword.return group
antonk52
2021-07-04
1
-4
/
+1
*
feat(keywords) add keyword.return & keyword.yield
antonk52
2021-07-04
1
-2
/
+8
*
[highlights] Add TSSymbol highlight group
Dennis B
2021-03-04
1
-1
/
+1
*
Ruby constants highlighted as Type
Kassio Borges
2021-02-22
1
-5
/
+5
*
Highlight ruby symbols as @property
Jeffrey Chupp
2021-01-25
1
-1
/
+4
*
Ruby highlights: symbol -> simple_symbol, hash_key_symbol, delimited_symbol
Stephan Seitz
2021-01-21
1
-2
/
+4
*
Remove usages of `@embedded` in highlights
Stephan Seitz
2021-01-06
1
-4
/
+0
*
Add more ruby built-in constants
Kassio Borges
2020-12-18
1
-1
/
+1
*
Ruby highlights: Unify call and method_call (follow tree-sitter-ruby)
Stephan Seitz
2020-12-16
1
-12
/
+3
*
Add some ruby exception keywords
Kassio Borges
2020-12-05
1
-0
/
+8
*
💣 !! Use TSUpdate !! Fix ruby queries
Stephan Seitz
2020-11-03
1
-1
/
+0
*
Ruby highlights: reset highlight on interpolation
Stephan Seitz
2020-10-12
1
-0
/
+3
*
Highlight top-level 'require' as TSInclude (fix #463)
Dennis B
2020-09-23
1
-3
/
+5
*
Add @keyword.operator for operators that are English words and add @exception...
Stephan Seitz
2020-09-19
1
-3
/
+6
*
move the generic "constant" capture to the top
TravonteD
2020-09-18
1
-4
/
+4
*
update require statements to use TSInclude
TravonteD
2020-09-16
1
-2
/
+2
*
Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages
Stephan Seitz
2020-09-14
1
-1
/
+4
*
- Fix TSType and TSPunctuationSpecial
TravonteD
2020-09-12
1
-3
/
+4
*
fix(queries): use vim-match for non lua regexes
Steven Sojka
2020-08-16
1
-5
/
+5
*
Fix the ":" in symbols when used in pairs
TravonteD
2020-06-23
1
-0
/
+1
*
refactor: use newly introduced consolidated syntax
TravonteD
2020-06-20
1
-75
/
+113
*
- #76 update the predicate syntax for ruby and css
TravonteD
2020-06-11
1
-6
/
+7
[next]