Skip to content

Commit 2c617f5

Browse files
authored
Add support for X# programming language (#3293)
1 parent bd548da commit 2c617f5

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ Parser:
88

99
- fix(types) Fix some type definition issues (#3274) [Josh Goebel][]
1010

11+
New Languages:
12+
13+
- Added 3rd party X# grammar to SUPPORTED_LANGUAGES [Patrick Kruselburger][]
14+
1115
[Josh Goebel]: https://github.com/joshgoebel
16+
[Patrick Kruselburger]: https://github.com/PatrickKru
1217

1318

1419
## Version 11.1.0

SUPPORTED_LANGUAGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ The table below shows the full list of languages (and corresponding classes/alia
207207
| Vala | vala | |
208208
| Verilog | verilog, v | |
209209
| Vim Script | vim | |
210+
| X# | xsharp, xs, prg | [highlightjs-xsharp](https://github.com/InfomindsAg/highlightjs-xsharp) |
210211
| X++ | axapta, x++ | |
211212
| x86 Assembly | x86asm | |
212213
| XL | xl, tao | |

0 commit comments

Comments
 (0)