We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d03e95 commit 0e1d0e7Copy full SHA for 0e1d0e7
2 files changed
syntaxes/ruby.tmLanguage.json
@@ -2115,7 +2115,7 @@
2115
},
2116
{
2117
"match": "(?<=[\\040\\t]):(?=[\\040\\t])",
2118
- "name": "keyword.operator.ternary-ifruby"
+ "name": "keyword.operator.ternary.ruby"
2119
2120
2121
"match": "(?<!\\.)\\b(and|not|or)\\b(?![?!])",
syntaxes/yamls/ruby.tmLanguage.yml
@@ -1256,7 +1256,7 @@ patterns:
1256
- match: <=>|<(?!<|=)|>(?!<|=|>)|<=|>=|===|==|=~|!=|!~|(?<=[ \t])\?
1257
name: keyword.operator.comparison.ruby
1258
- match: (?<=[\040\t]):(?=[\040\t])
1259
- name: keyword.operator.ternary-ifruby
+ name: keyword.operator.ternary.ruby
1260
- match: (?<!\.)\b(and|not|or)\b(?![?!])
1261
name: keyword.operator.logical.ruby
1262
- match: (?<=^|[ \t!])!|&&|\|\||\^
0 commit comments