Skip to content

Commit 63f9ad4

Browse files
author
William Troup
authored
Merge pull request #43 from williamtroup/2.4.3
2.4.3
2 parents 79a103a + a035460 commit 63f9ad4

48 files changed

Lines changed: 56 additions & 1174 deletions

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: 10 additions & 3 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-v2.4.2-blue)](https://www.npmjs.com/package/jsyntax.js)
6-
[![nuget](https://img.shields.io/badge/nuget-v2.4.2-purple)](https://www.nuget.org/packages/jSyntax.js/)
5+
[![npm](https://img.shields.io/badge/npmjs-v2.4.3-blue)](https://www.npmjs.com/package/jsyntax.js)
6+
[![nuget](https://img.shields.io/badge/nuget-v2.4.3-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">v2.4.2</p>
13+
> <p align="center">v2.4.3</p>
1414
<br />
1515
1616
![Syntax.js](docs/images/main.png)
@@ -37,6 +37,13 @@ Syntax.js
3737
<br />
3838

3939

40+
<h1>Where can I find the documentation?</h1>
41+
42+
All the documentation can be found [here](https://www.william-troup.com/syntax-js/documentation/index.html):
43+
<br>
44+
<br>
45+
46+
4047
<h1>What browsers are supported?</h1>
4148

4249
All modern browsers (such as Google Chrome, FireFox, and Opera) are fully supported.

README_NUGET.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Syntax.js v2.4.2
1+
# Syntax.js v2.4.3
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-v2.4.2-blue)](https://www.npmjs.com/package/jsyntax.js)
5-
[![nuget](https://img.shields.io/badge/nuget-v2.4.2-purple)](https://www.nuget.org/packages/jSyntax.js/)
4+
[![npm](https://img.shields.io/badge/npmjs-v2.4.3-blue)](https://www.npmjs.com/package/jsyntax.js)
5+
[![nuget](https://img.shields.io/badge/nuget-v2.4.3-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/)
@@ -26,6 +26,11 @@
2626
- Tabbing (allows multiple languages to be shown in one tabbed container, which is great for code examples).
2727

2828

29+
## Where can I find the documentation?
30+
31+
All the documentation can be found [here](https://www.william-troup.com/syntax-js/documentation/index.html):
32+
33+
2934
## What browsers are supported?
3035

3136
All modern browsers (such as Google Chrome, FireFox, and Opera) are fully supported.

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 v2.4.2 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v2.4.3 | (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 v2.4.2 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v2.4.3 | (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 v2.4.2 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v2.4.3 | (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 v2.4.2 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v2.4.3 | (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 v2.4.2 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v2.4.3 | (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 v2.4.2 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v2.4.3 | (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 v2.4.2 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v2.4.3 | (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 v2.4.2 | (c) Bunoon 2024 | MIT License */
1+
/*! Syntax.js v2.4.3 | (c) Bunoon 2024 | MIT License */
22
$syntax.addLanguage( "f-sharp", {
33
friendlyName: "F#",
44
keywords: [

0 commit comments

Comments
 (0)