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
/
ruby
Age
Commit message (
Expand
)
Author
2021-12-22
Update queries
Santos Gallegos
2021-11-11
Add Operators for Ruby
Cameron
2021-08-09
Fix instance and singleton method locals for Ruby
Yorick Peterse
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-04
downcase! directive to use with ruby injections
derekstride
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-17
Indent Ruby singleton classes
Imobach González Sosa
2021-03-15
folds support and somewhat better indents for ruby
Ivo Dancet
2021-03-12
Add comment parser to highlight comment tags (#893)
Santos Gallegos
2021-03-04
[highlights] Add TSSymbol highlight group
Dennis B
2021-03-01
feat: use @ignore for comments and multiline strings
elianiva
2021-02-22
Ruby constants highlighted as Type
Kassio Borges
2021-01-25
Highlight ruby symbols as @property
Jeffrey Chupp
2021-01-21
Ruby highlights: symbol -> simple_symbol, hash_key_symbol, delimited_symbol
Stephan Seitz
2021-01-14
feat: added more indent queries
elianiva
2021-01-06
Remove usages of `@embedded` in highlights
Stephan Seitz
2020-12-18
Add more ruby built-in constants
Kassio Borges
2020-12-16
Ruby highlights: Unify call and method_call (follow tree-sitter-ruby)
Stephan Seitz
2020-12-05
Add some ruby exception keywords
Kassio Borges
2020-11-03
💣 !! Use TSUpdate !! Fix ruby queries
Stephan Seitz
2020-10-12
Ruby highlights: reset highlight on interpolation
Stephan Seitz
2020-09-23
Highlight top-level 'require' as TSInclude (fix #463)
Dennis B
2020-09-19
Add @keyword.operator for operators that are English words and add @exception...
Stephan Seitz
2020-09-18
move the generic "constant" capture to the top
TravonteD
2020-09-16
update require statements to use TSInclude
TravonteD
2020-09-14
Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages
Stephan Seitz
2020-09-12
- Fix TSType and TSPunctuationSpecial
TravonteD
2020-08-16
fix(queries): use vim-match for non lua regexes
Steven Sojka
2020-07-16
fix: fix references and definitions
TravonteD
2020-06-23
Fix the ":" in symbols when used in pairs
TravonteD
2020-06-20
refactor: use newly introduced consolidated syntax
TravonteD
2020-06-11
- #76 update the predicate syntax for ruby and css
TravonteD
2020-05-11
update ruby highlights and locals to conform the new contribution
TravonteD
2020-04-24
Squashed commit of the following:
TravonteD