Skip to content

Commit 7f63502

Browse files
committed
(chore) add alias overlap table
Related highlightjs#2626.
1 parent e366544 commit 7f63502

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

SUPPORTED_LANGUAGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ Languages that listed a **Package** below are 3rd party languages and are not bu
169169
| Shell | shell, console | |
170170
| Smali | smali | |
171171
| Smalltalk | smalltalk, st | |
172+
| SML | sml, ml | |
172173
| Solidity | solidity, sol | [highlightjs-solidity](https://github.com/highlightjs/highlightjs-solidity) |
173174
| Stan | stan, stanfuncs | |
174175
| Stata | stata | |
@@ -201,5 +202,18 @@ Languages that listed a **Package** below are 3rd party languages and are not bu
201202
| Zephir | zephir, zep | |
202203
<!-- LANGLIST_END -->
203204

205+
<!-- document it until we can fix it -->
206+
## Alias Overlap
207+
208+
If you are using either of these languages at the same time please be sure to
209+
use the full name and not the alias to avoid any ambiguity.
210+
211+
| Language | Overlap |
212+
| :-----------------------| :--------------------- |
213+
| SML | ml |
214+
| OCaml | ml |
215+
| Lasso | ls |
216+
| LiveScript | ls |
217+
204218

205219
[1]: https://github.com/highlightjs/highlight.js#getting-the-library

0 commit comments

Comments
 (0)