Skip to content

Commit

Permalink
(chore) ship R and VB.net in :common
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Dec 23, 2020
1 parent d64fbcd commit f863bce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Build:

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

Parser:

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Due to both time and resource constrains the Highlight.js core team only fully s

| Version | Supported | Status |
| :-----: | :-: | :------ |
| 10.4.1 | :white_check_mark:   :closed_lock_with_key: | The 10.x series recieves regular updates, new features & bug fixes. |
| 10.5.0 | :white_check_mark:   :closed_lock_with_key: | The 10.x series recieves regular updates, new features & bug fixes. |
| <= 10.4.0 | :x: | Known vulnerabities. *Please upgrade to a more recent 10.x release.* |
| 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). |
| <= 9.18.3 | :x: | No longer supported. Known vulnerabities. |
Expand Down
2 changes: 1 addition & 1 deletion src/languages/r.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description: R is a free software environment for statistical computing and grap
Author: Joe Cheng <joe@rstudio.org>
Contributors: Konrad Rudolph <konrad.rudolph@gmail.com>
Website: https://www.r-project.org
Category: scientific
Category: common,scientific
*/

import * as regex from '../lib/regex.js';
Expand Down
1 change: 1 addition & 0 deletions src/languages/vbnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Language: Visual Basic .NET
Description: Visual Basic .NET (VB.NET) is a multi-paradigm, object-oriented programming language, implemented on the .NET Framework.
Authors: Poren Chiang <ren.chiang@gmail.com>, Jan Pilzer
Website: https://docs.microsoft.com/dotnet/visual-basic/getting-started
Category: common
*/

import * as regex from '../lib/regex.js';
Expand Down

0 comments on commit f863bce

Please sign in to comment.