Skip to content

Commit ebf4fcb

Browse files
committed
remove R and R Markdown syntaxes
1 parent e2d5225 commit ebf4fcb

File tree

5 files changed

+7
-695
lines changed

5 files changed

+7
-695
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
[![Badge](https://aka.ms/vsls-badge)](https://aka.ms/vsls)
44

5-
This [VS Code](https://code.visualstudio.com/) extension provides support for the [R programming language](https://www.r-project.org), including features such as
6-
extended syntax highlighting, R language service based on code analysis, interacting with R terminals, viewing data, plots, workspace variables, help pages, managing packages, and working with [R Markdown](https://rmarkdown.rstudio.com/) documents.
5+
This [VS Code](https://code.visualstudio.com/) extension provides support for the [R programming language](https://www.r-project.org), including features such as R language service based on code analysis, interacting with R terminals, viewing data, plots, workspace variables, help pages, managing packages, and working with [R Markdown](https://rmarkdown.rstudio.com/) documents.
6+
7+
The R and R Markdown syntaxes are located in a slibing package [vscode-R-syntax](https://github.com/REditorSupport/vscode-R-syntax).
78

89
Go to the [wiki](https://github.com/REditorSupport/vscode-R/wiki) to view the documentation of the extension.
910

@@ -33,8 +34,6 @@ Go to the installation wiki pages ([Windows](https://github.com/REditorSupport/v
3334

3435
## Features
3536

36-
* Extended syntax highlighting for R, R Markdown, and R Documentation.
37-
3837
* Snippets for R and R Markdown.
3938

4039
* [R Language Service](https://github.com/REditorSupport/vscode-R/wiki/R-Language-Service): Code completion, function signature, symbol highlight, document outline, formatting, definition, diagnostics, references, and more.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2129,5 +2129,8 @@
21292129
"vscode-languageclient": "^9.0.1",
21302130
"vsls": "^1.0.4753",
21312131
"winreg": "^1.2.4"
2132-
}
2132+
},
2133+
"extensionDependencies": [
2134+
"REditorSupport.r-syntax"
2135+
]
21332136
}

syntax/Markdown Redcarpet.json

Lines changed: 0 additions & 146 deletions
This file was deleted.

syntax/RMarkdown.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)