Skip to content

Commit 2d11589

Browse files
authored
Move R and R markdown syntaxes to vscode-R-syntax (#1606)
* Move R and R markdown syntaxes to vscode-R-syntax * remove syntax.test
1 parent cc3f2f2 commit 2d11589

File tree

16 files changed

+55
-2004
lines changed

16 files changed

+55
-2004
lines changed

CODE_OF_CONDUCT.md

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 REditorSupport
3+
Copyright (c) 2025 REditorSupport
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

PULL_REQUEST_TEMPLATE.md

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

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.

ThirdPartyNotices.txt

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

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,8 +2111,8 @@
21112111
"sinon": "^15.0.1",
21122112
"ts-loader": "^9.3.1",
21132113
"typescript": "^4.7.2",
2114-
"webpack": "^5.76.0",
2115-
"webpack-cli": "^4.7.2"
2114+
"webpack": "^5.99.6",
2115+
"webpack-cli": "^4.10.0"
21162116
},
21172117
"dependencies": {
21182118
"ag-grid-community": "^31.3.2",
@@ -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
}

src/test/suite/syntax.test.ts

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

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)