Skip to content

Commit a13db37

Browse files
author
William Troup
authored
Merge pull request #47 from williamtroup/3.0.1
3.0.1
2 parents 1eec5fc + 32bddd2 commit a13db37

104 files changed

Lines changed: 1892 additions & 1671 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
Syntax.js
33

44
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Syntax.js%2C%20a%20free%20JavaScript%20syntax%20highlighter&url=https://github.com/williamtroup/Syntax.js&hashtags=javascript,syntax,highlighter)
5-
[![npm](https://img.shields.io/badge/npmjs-v3.0.0-blue)](https://www.npmjs.com/package/jsyntax.js)
6-
[![nuget](https://img.shields.io/badge/nuget-v3.0.0-purple)](https://www.nuget.org/packages/jSyntax.js/)
5+
[![npm](https://img.shields.io/badge/npmjs-v3.0.1-blue)](https://www.npmjs.com/package/jsyntax.js)
6+
[![nuget](https://img.shields.io/badge/nuget-v3.0.1-purple)](https://www.nuget.org/packages/jSyntax.js/)
77
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Syntax.js/blob/main/LICENSE.txt)
88
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Syntax.js/discussions)
99
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://www.william-troup.com/)
1010
</h1>
1111

1212
> <p align="center">A lightweight, and easy-to-use, JavaScript library for code syntax highlighting!</p>
13-
> <p align="center">v3.0.0</p>
13+
> <p align="center">v3.0.1</p>
1414
<br />
1515
1616
![Syntax.js](docs/images/main.png)
@@ -163,8 +163,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro
163163
Or, you can also use the following CDN links:
164164

165165
```markdown
166-
https://cdn.jsdelivr.net/gh/williamtroup/Syntax.js@3.0.0/dist/syntax.min.js
167-
https://cdn.jsdelivr.net/gh/williamtroup/Syntax.js@3.0.0/dist/syntax.js.min.css
166+
https://cdn.jsdelivr.net/gh/williamtroup/Syntax.js@3.0.1/dist/syntax.min.js
167+
https://cdn.jsdelivr.net/gh/williamtroup/Syntax.js@3.0.1/dist/syntax.js.min.css
168168
```
169169
<br>
170170
<br>

README_NUGET.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Syntax.js v3.0.0
1+
# Syntax.js v3.0.1
22

33
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Syntax.js%2C%20a%20free%20JavaScript%20syntax%20highlighter&url=https://github.com/williamtroup/Syntax.js&hashtags=javascript,syntax,highlighter)
4-
[![npm](https://img.shields.io/badge/npmjs-v3.0.0-blue)](https://www.npmjs.com/package/jsyntax.js)
5-
[![nuget](https://img.shields.io/badge/nuget-v3.0.0-purple)](https://www.nuget.org/packages/jSyntax.js/)
4+
[![npm](https://img.shields.io/badge/npmjs-v3.0.1-blue)](https://www.npmjs.com/package/jsyntax.js)
5+
[![nuget](https://img.shields.io/badge/nuget-v3.0.1-purple)](https://www.nuget.org/packages/jSyntax.js/)
66
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Syntax.js/blob/main/LICENSE.txt)
77
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Syntax.js/discussions)
88
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://www.william-troup.com/)
@@ -142,8 +142,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro
142142
Or, you can also use the following CDN links:
143143

144144
```markdown
145-
https://cdn.jsdelivr.net/gh/williamtroup/Syntax.js@3.0.0/dist/syntax.min.js
146-
https://cdn.jsdelivr.net/gh/williamtroup/Syntax.js@3.0.0/dist/syntax.js.min.css
145+
https://cdn.jsdelivr.net/gh/williamtroup/Syntax.js@3.0.1/dist/syntax.min.js
146+
https://cdn.jsdelivr.net/gh/williamtroup/Syntax.js@3.0.1/dist/syntax.js.min.css
147147
```
148148

149149

dist/languages/syntax.bash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Syntax.js v3.0.0 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v3.0.1 | (c) Bunoon 2024 | MIT License */
22
$syntax.addLanguage( "bash", {
33
friendlyName: "Bash",
44
keywords: [

dist/languages/syntax.c-plus-plus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Syntax.js v3.0.0 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v3.0.1 | (c) Bunoon 2024 | MIT License */
22
$syntax.addLanguage( "c-plus-plus", {
33
friendlyName: "C++",
44
keywords: [

dist/languages/syntax.c-sharp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Syntax.js v3.0.0 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v3.0.1 | (c) Bunoon 2024 | MIT License */
22
$syntax.addLanguage( "c-sharp", {
33
friendlyName: "C#",
44
keywords: [

dist/languages/syntax.c.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Syntax.js v3.0.0 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v3.0.1 | (c) Bunoon 2024 | MIT License */
22
$syntax.addLanguage( "c", {
33
friendlyName: "C",
44
keywords: [

dist/languages/syntax.css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Syntax.js v3.0.0 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v3.0.1 | (c) Bunoon 2024 | MIT License */
22
$syntax.addLanguage( "css", {
33
friendlyName: "CSS",
44
keywords: [

dist/languages/syntax.dart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Syntax.js v3.0.0 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v3.0.1 | (c) Bunoon 2024 | MIT License */
22
$syntax.addLanguage( "dart", {
33
friendlyName: "Dart",
44
keywords: [

dist/languages/syntax.delphi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Syntax.js v3.0.0 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v3.0.1 | (c) Bunoon 2024 | MIT License */
22
$syntax.addLanguage( "delphi", {
33
friendlyName: "Delphi",
44
keywords: [

dist/languages/syntax.f-sharp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Syntax.js v3.0.0 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v3.0.1 | (c) Bunoon 2024 | MIT License */
22
$syntax.addLanguage( "f-sharp", {
33
friendlyName: "F#",
44
keywords: [

0 commit comments

Comments
 (0)