[language-ruby] Update tree-sitter-ruby to latest

This commit is contained in:
Andrew Dupont 2024-01-19 20:33:07 -08:00
parent aff27bb5bf
commit 38534bbd84
3 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ parser: 'tree-sitter-ruby'
injectionRegex: 'rb|ruby|RB|RUBY'
treeSitter:
grammar: 'ts/grammar.wasm'
parserSource: 'github:tree-sitter/tree-sitter-ruby#4d9ad3f010fdc47a8433adcf9ae30c8eb8475ae7'
grammar: 'ts/tree-sitter-ruby.wasm'
highlightsQuery: 'ts/highlights.scm'
localsQuery: 'ts/locals.scm'
foldsQuery: 'ts/folds.scm'

Binary file not shown.