Skip to content

Commit

Permalink
Add language definition for R
Browse files Browse the repository at this point in the history
[R](https://en.wikipedia.org/wiki/R_(programming_language))

Comments are simply started with a `#`
  • Loading branch information
Moohan authored May 18, 2022
1 parent 355d677 commit 48caf5c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions syntax.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,5 +600,14 @@
"pattern": "#"
}
]
},
{
"language": "R",
"markers": [
{
"type": "line",
"pattern": "#"
}
]
}
]

0 comments on commit 48caf5c

Please sign in to comment.