From 582eec15fa6048e266779daf5e79613d539d8480 Mon Sep 17 00:00:00 2001 From: UnrealApex <79121360+UnrealApex@users.noreply.github.com> Date: Tue, 4 May 2021 09:48:22 -0700 Subject: [PATCH 1/3] Create code_r.json --- code_r.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 code_r.json diff --git a/code_r.json b/code_r.json new file mode 100644 index 000000000..07d7151fb --- /dev/null +++ b/code_r.json @@ -0,0 +1,27 @@ +{ + "name": "code_r", + "leftToRight": true, + "words": [ + "if", + "for", + "FALSE", + "NA_integer_", + "return", + "else", + "in", + "NULL", + "NA_real_", + "repeat", + "next", + "Inf", + "NA_complex_", + "while", + "break", + "NaN", + "NA_character_", + "function", + "TRUE", + "NA", + "..." + ] +} From ed095d43e15ff47569cc1a6056dae2b275fd56f1 Mon Sep 17 00:00:00 2001 From: UnrealApex <79121360+UnrealApex@users.noreply.github.com> Date: Tue, 4 May 2021 09:49:14 -0700 Subject: [PATCH 2/3] Update _list.json --- static/languages/_list.json | 1 + 1 file changed, 1 insertion(+) diff --git a/static/languages/_list.json b/static/languages/_list.json index 9b707d600..304e7c304 100644 --- a/static/languages/_list.json +++ b/static/languages/_list.json @@ -92,4 +92,5 @@ ,"code_go" ,"code_rust" ,"code_ruby" + ,"code_r" ] From 99efbd8e38bbff1bd5894bbfdf6902ca9bbecc9d Mon Sep 17 00:00:00 2001 From: UnrealApex <79121360+UnrealApex@users.noreply.github.com> Date: Tue, 4 May 2021 09:49:56 -0700 Subject: [PATCH 3/3] Update _groups.json --- static/languages/_groups.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/languages/_groups.json b/static/languages/_groups.json index 1d88a349e..4607ee4d1 100644 --- a/static/languages/_groups.json +++ b/static/languages/_groups.json @@ -164,7 +164,8 @@ "code_java", "code_go", "code_rust", - "code_ruby" + "code_ruby", + "code_r" ] }, {