Skip to content

Commit

Permalink
feat: added ruby (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
urbit-pilled authored Apr 11, 2024
1 parent 984cb45 commit a5d4d49
Show file tree
Hide file tree
Showing 4 changed files with 13,618 additions and 13,594 deletions.
3 changes: 2 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,8 @@ module.exports = grammar({
'sql',
'toml',
'php',
'c'
'c',
'ruby',
),

backtickSnippet: (_$) => /`(?:[^`\\]|\\\$|\\\\|\\`|\\n)*`/,
Expand Down
5 changes: 5 additions & 0 deletions src/grammar.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a5d4d49

Please sign in to comment.