We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1dc80 commit cb7a392Copy full SHA for cb7a392
src/languages/r.js
@@ -201,12 +201,6 @@ export default function(hljs) {
201
},
202
203
// Operators/punctuation when they're not directly followed by numbers
204
- {
205
- // Avoid false detections of other languages.
206
- scope: 'operator',
207
- relevance: 0,
208
- match: /<-/
209
- },
210
{
211
// Relevance boost for the most common assignment form.
212
scope: { 3: 'operator' },
@@ -217,6 +211,7 @@ export default function(hljs) {
217
/\s+/
218
]
219
213
214
+
220
215
221
216
scope: 'operator',
222
variants: [
0 commit comments