Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 539cf23

Browse files
committed
refactor: add R lang
1 parent 938ca38 commit 539cf23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/renderer/assets/data/languages.json

+4
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
"name": "python",
9696
"extension": "py"
9797
},
98+
{
99+
"name": "r",
100+
"extension": "r"
101+
},
98102
{
99103
"name": "ruby",
100104
"extension": "rb"

0 commit comments

Comments
 (0)