tree-sitter-ruby

Ruby grammar for tree-sitter parsing library

brewmacoslinux
Try with needOr install directly
Source

About

Ruby grammar for tree-sitter

Commands

tree-sitter

Examples

Parse a Ruby file and display its syntax tree$ tree-sitter parse file.rb
Generate parser from Ruby grammar rules$ tree-sitter generate
Highlight Ruby syntax using tree-sitter parser$ tree-sitter highlight file.rb