Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Scope program as source.ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben3eeE committed Nov 1, 2018
1 parent 41a2042 commit 0208636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grammars/tree-sitter-ruby.cson
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ folds: [
]

scopes:
'program': 'source.ruby'

'"if"': 'keyword.control'
'"unless"': 'keyword.control'
'"def"': 'keyword.control'
Expand Down

1 comment on commit 0208636

@maxbrunsfeld
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.