Skip to content

Commit

Permalink
Fix #449: Ruby syntax highlighting is missing keywords 'private', 'pr…
Browse files Browse the repository at this point in the history
…otected' and 'public'
  • Loading branch information
bobbylight committed Jun 10, 2022
1 parent 2c7609b commit 8a9b32c
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 265 deletions.
Expand Up @@ -417,6 +417,9 @@ URL = (((https?|f(tp|ile))"://"|"www.")({URLCharacters}{URLEndCharacter})?)
"module" |
"next" |
"nil" |
"private" |
"protected" |
"public" |
"redo" |
"rescue" |
"retry" |
Expand Down

0 comments on commit 8a9b32c

Please sign in to comment.