You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/williamtroup)
9
+
[](https://www.william-troup.com/)
10
10
</h1>
11
11
12
12
> <palign="center">A lightweight, and easy-to-use, JavaScript library for code syntax highlighting!</p>
13
-
> <palign="center">v2.4.1</p>
13
+
> <palign="center">v2.4.2</p>
14
14
<br />
15
15
16
16

@@ -36,18 +36,21 @@ Syntax.js
36
36
<br />
37
37
<br />
38
38
39
+
39
40
<h1>What browsers are supported?</h1>
40
41
41
42
All modern browsers (such as Google Chrome, FireFox, and Opera) are fully supported.
42
43
<br>
43
44
<br>
44
45
46
+
45
47
<h1>What are the most recent changes?</h1>
46
48
47
-
To see a list of all the most recent changes, click [here](docs/CHANGE_LOG.md).
49
+
To see a list of all the most recent changes, click [here](https://www.william-troup.com/syntax-js/documentation/recent-changes.html).
48
50
<br>
49
51
<br>
50
52
53
+
51
54
<h1>What languages are supported by default?</h1>
52
55
53
56
- Bash
@@ -80,6 +83,20 @@ To see a list of all the most recent changes, click [here](docs/CHANGE_LOG.md).
80
83
<br>
81
84
<br>
82
85
86
+
87
+
<h1>How do I install Syntax.js?</h1>
88
+
89
+
You can install the library with npm into your local modules directory using the following command:
90
+
91
+
```markdown
92
+
npm install jsyntax.js
93
+
```
94
+
95
+
Or, you can download the latest zipped up version [here](https://www.william-troup.com/syntax-js/download.html).
96
+
<br>
97
+
<br>
98
+
99
+
83
100
<h1>How do I get started?</h1>
84
101
85
102
To get started using Syntax.js, do the following steps:
@@ -162,13 +179,13 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
162
179
163
180
To see a list of all the available binding languages you can use for "data-syntax-language", click [here](docs/binding/language/LANGUAGE.md).
164
181
165
-
To see a list of all the available binding options you can use for "data-syntax-options", click [here](docs/binding/options/OPTIONS.md).
182
+
To see a list of all the available binding options you can use for "data-syntax-options", click [here](https://www.william-troup.com/syntax-js/documentation/binding-options.html).
166
183
167
-
To see a list of all the available custom triggers you can use for "data-syntax-options", click [here](docs/binding/options/CUSTOM_TRIGGERS.md).
184
+
To see a list of all the available custom triggers you can use for "data-syntax-options", click [here](https://www.william-troup.com/syntax-js/documentation/binding-options-custom-triggers.html).
168
185
169
-
To see a list of all the available binding options you can use for "data-syntax-buttons", click [here](docs/binding/buttons/BUTTONS.md).
186
+
To see a list of all the available binding options you can use for "data-syntax-buttons", click [here](https://www.william-troup.com/syntax-js/documentation/buttons.html).
170
187
171
-
To see a list of all the available binding options you can use for "data-syntax-tab-contents", click [here](docs/binding/tabs/TAB_CONTENTS.md).
188
+
To see a list of all the available binding options you can use for "data-syntax-tab-contents", click [here](https://www.william-troup.com/syntax-js/documentation/tabs.html).
172
189
173
190
<br>
174
191
@@ -186,7 +203,7 @@ To customize, and get more out of Syntax.js, please read through the following d
186
203
187
204
### 1. Public Functions:
188
205
189
-
To see a list of all the public functions available, click [here](docs/PUBLIC_FUNCTIONS.md).
206
+
To see a list of all the public functions available, click [here](https://www.william-troup.com/syntax-js/documentation/public-functions.html).
190
207
<br>
191
208
<br>
192
209
@@ -203,6 +220,6 @@ Configuration options allow you to customize how Syntax.js will function. You c
203
220
</script>
204
221
```
205
222
206
-
To see a list of all the available configuration options you can use, click [here](docs/configuration/OPTIONS.md).
223
+
To see a list of all the available configuration options you can use, click [here](https://www.william-troup.com/syntax-js/documentation/options.html).
207
224
208
-
To see a list of all the available configuration options custom triggers you can use, click [here](docs/configuration/CUSTOM_TRIGGERS.md).
225
+
To see a list of all the available configuration options custom triggers you can use, click [here](https://www.william-troup.com/syntax-js/documentation/custom-triggers.html).
[](https://github.com/williamtroup)
8
+
[](https://www.william-troup.com/)
9
9
10
10
> A lightweight, and easy-to-use, JavaScript library for code syntax highlighting!
11
11
@@ -33,7 +33,7 @@ All modern browsers (such as Google Chrome, FireFox, and Opera) are fully suppor
33
33
34
34
## What are the most recent changes?
35
35
36
-
To see a list of all the most recent changes, click [here](https://github.com/williamtroup/Syntax.js/blob/main/docs/CHANGE_LOG.md).
36
+
To see a list of all the most recent changes, click [here](https://www.william-troup.com/syntax-js/documentation/recent-changes.html).
37
37
38
38
39
39
## What languages are supported by default?
@@ -67,6 +67,17 @@ To see a list of all the most recent changes, click [here](https://github.com/wi
67
67
- Visual Basic
68
68
69
69
70
+
## How do I install Syntax.js?
71
+
72
+
You can install the library with npm into your local modules directory using the following command:
73
+
74
+
```markdown
75
+
npm install jsyntax.js
76
+
```
77
+
78
+
Or, you can download the latest zipped up version [here](https://www.william-troup.com/syntax-js/download.html).
79
+
80
+
70
81
## How do I get started?
71
82
72
83
To get started using Syntax.js, do the following steps:
@@ -145,13 +156,13 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
145
156
146
157
To see a list of all the available binding languages you can use for "data-syntax-language", click [here](https://github.com/williamtroup/Syntax.js/blob/main/docs/binding/language/LANGUAGE.md).
147
158
148
-
To see a list of all the available binding options you can use for "data-syntax-options", click [here](https://github.com/williamtroup/Syntax.js/blob/main/docs/binding/options/OPTIONS.md).
159
+
To see a list of all the available binding options you can use for "data-syntax-options", click [here](https://www.william-troup.com/syntax-js/documentation/binding-options.html).
149
160
150
-
To see a list of all the available custom triggers you can use for "data-syntax-options", click [here](https://github.com/williamtroup/Syntax.js/blob/main/docs/binding/options/CUSTOM_TRIGGERS.md).
161
+
To see a list of all the available custom triggers you can use for "data-syntax-options", click [here](https://www.william-troup.com/syntax-js/documentation/binding-options-custom-triggers.html).
151
162
152
-
To see a list of all the available binding options you can use for "data-syntax-buttons", click [here](https://github.com/williamtroup/Syntax.js/blob/main/docs/binding/buttons/BUTTONS.md).
163
+
To see a list of all the available binding options you can use for "data-syntax-buttons", click [here](https://www.william-troup.com/syntax-js/documentation/buttons.html).
153
164
154
-
To see a list of all the available binding options you can use for "data-syntax-tab-contents", click [here](https://github.com/williamtroup/Syntax.js/blob/main/docs/binding/tabs/TAB_CONTENTS.md).
165
+
To see a list of all the available binding options you can use for "data-syntax-tab-contents", click [here](https://www.william-troup.com/syntax-js/documentation/tabs.html).
155
166
156
167
157
168
### 4. Finishing Up:
@@ -166,7 +177,7 @@ To customize, and get more out of Syntax.js, please read through the following d
166
177
167
178
### 1. Public Functions:
168
179
169
-
To see a list of all the public functions available, click [here](https://github.com/williamtroup/Syntax.js/blob/main/docs/PUBLIC_FUNCTIONS.md).
180
+
To see a list of all the public functions available, click [here](https://www.william-troup.com/syntax-js/documentation/public-functions.html).
170
181
171
182
172
183
### 2. Configuration:
@@ -181,6 +192,6 @@ Configuration options allow you to customize how Syntax.js will function. You c
181
192
</script>
182
193
```
183
194
184
-
To see a list of all the available configuration options you can use, click [here](https://github.com/williamtroup/Syntax.js/blob/main/docs/OPTIONS.md).
195
+
To see a list of all the available configuration options you can use, click [here](https://www.william-troup.com/syntax-js/documentation/options.html).
185
196
186
-
To see a list of all the available configuration options custom triggers you can use, click [here](https://github.com/williamtroup/Syntax.js/blob/main/docs/CUSTOM_TRIGGERS.md).
197
+
To see a list of all the available configuration options custom triggers you can use, click [here](https://www.william-troup.com/syntax-js/documentation/custom-triggers.html).
0 commit comments