Skip to content

Commit

Permalink
Remove variable.other.r
Browse files Browse the repository at this point in the history
To be more consistant with other languages such as python
  • Loading branch information
randy3k committed Sep 8, 2024
1 parent b044f75 commit 7682335
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions syntax/r.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,6 @@
{
"match": "\\b([[:alnum:]_]+)(?=::)",
"name": "entity.namespace.r"
},
{
"match": "\\b([[:alnum:]._]+)\\b",
"name": "variable.other.r"
},
{
"match": "(`[^`]+`)",
"name": "variable.other.r"
}
]
},
Expand Down

0 comments on commit 7682335

Please sign in to comment.