Skip to content

Commit

Permalink
Update Ruby grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Sep 4, 2021
1 parent 812d7d6 commit 3df4b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclipse-solargraph-plugin/grammar/ruby.tmLanguage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "https://github.com/microsoft/vscode/commit/3f1f36333d3453f67a36b6bfb1206e9159e9c4f0",
"version": "https://github.com/microsoft/vscode/commit/17e7a257ffc86a48318cefd8f3b904dc546a4314",
"name": "Ruby",
"scopeName": "source.ruby",
"fileTypes": [
Expand Down Expand Up @@ -480,7 +480,7 @@
]
},
{
"comment": "Needs higher precidence than regular expressions.",
"comment": "Needs higher precedence than regular expressions.",
"match": "(?<!\\()/=",
"name": "keyword.operator.assignment.augmented.ruby"
},
Expand Down

0 comments on commit 3df4b20

Please sign in to comment.