Skip to content

Commit f863bce

Browse files
committed
(chore) ship R and VB.net in :common
1 parent d64fbcd commit f863bce

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Build:
44

55
- Add Subresource Integrity digest lists to `cdn-assets` [Josh Goebel][]
6+
- R and VB.net grammars now ship in our default build (`:common`) [Josh Goebel][]
67

78
Parser:
89

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Due to both time and resource constrains the Highlight.js core team only fully s
66

77
| Version | Supported | Status |
88
| :-----: | :-: | :------ |
9-
| 10.4.1 | :white_check_mark:   :closed_lock_with_key: | The 10.x series recieves regular updates, new features & bug fixes. |
9+
| 10.5.0 | :white_check_mark:   :closed_lock_with_key: | The 10.x series recieves regular updates, new features & bug fixes. |
1010
| <= 10.4.0 | :x: | Known vulnerabities. *Please upgrade to a more recent 10.x release.* |
1111
| 9.18.5 | :x: | [EOL](https://github.com/highlightjs/highlight.js/issues/2877). No longer supported. See [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md). |
1212
| <= 9.18.3 | :x: | No longer supported. Known vulnerabities. |

src/languages/r.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: R is a free software environment for statistical computing and grap
44
Author: Joe Cheng <[email protected]>
55
Contributors: Konrad Rudolph <[email protected]>
66
Website: https://www.r-project.org
7-
Category: scientific
7+
Category: common,scientific
88
*/
99

1010
import * as regex from '../lib/regex.js';

src/languages/vbnet.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Language: Visual Basic .NET
33
Description: Visual Basic .NET (VB.NET) is a multi-paradigm, object-oriented programming language, implemented on the .NET Framework.
44
Authors: Poren Chiang <[email protected]>, Jan Pilzer
55
Website: https://docs.microsoft.com/dotnet/visual-basic/getting-started
6+
Category: common
67
*/
78

89
import * as regex from '../lib/regex.js';

0 commit comments

Comments
 (0)