Skip to content

Commit 7682335

Browse files
committed
Remove variable.other.r
To be more consistant with other languages such as python
1 parent b044f75 commit 7682335

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

syntax/r.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,6 @@
161161
{
162162
"match": "\\b([[:alnum:]_]+)(?=::)",
163163
"name": "entity.namespace.r"
164-
},
165-
{
166-
"match": "\\b([[:alnum:]._]+)\\b",
167-
"name": "variable.other.r"
168-
},
169-
{
170-
"match": "(`[^`]+`)",
171-
"name": "variable.other.r"
172164
}
173165
]
174166
},

0 commit comments

Comments
 (0)