Skip to content

Commit 54f72e3

Browse files
committed
Updating references to languages in docs to include R
Signed-off-by: Elijah Cúchulainn Reid <[email protected]>
1 parent 3b41802 commit 54f72e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The SAS extension includes many [features](https://sassoftware.github.io/vscode-
1010

1111
- SAS syntax highlighting and help, code completion, and code snippets
1212
- Navigate SAS Content and libraries, including table viewer
13-
- Create notebooks for SAS, SQL, Python and other languages
13+
- Create notebooks for SAS, SQL, Python, R, and other languages
1414

1515
<img src="website/static/images/featuresGlance.png"/>
1616

website/docs/Features/sasNotebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To export your SAS Notebook to other formats, click the **More Actions** (`...`)
2525

2626
### SAS
2727

28-
PYTHON and SQL code cells will be wrapped with PROC PYTHON/SQL respectively to be executed on SAS. Markdown cells will be converted to block comments.
28+
PYTHON, R, and SQL code cells will be wrapped with PROC PYTHON/RLANG/SQL respectively to be executed on SAS. Markdown cells will be converted to block comments.
2929

3030
### HTML
3131

website/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The SAS extension includes the following features:
1616

1717
- Access to SAS Content and libraries
1818

19-
- Ability to create notebooks for SAS, SQL, Python, and other languages
19+
- Ability to create notebooks for SAS, SQL, Python, R, and other languages

0 commit comments

Comments
 (0)