Skip to content

Commit 6af784f

Browse files
authored
enh(grammars) Add Q# to supported languages list (#3006)
1 parent 9b1064a commit 6af784f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ New Languages:
44

55
- Added 3rd party RiScript grammar to SUPPORTED_LANGUAGES (#2988) [John C][]
66
- Added 3rd party HLSL grammar to SUPPORTED_LANGUAGES (#3002) [Stef Levesque][]
7+
- Added 3rd party Q# grammar to SUPPORTED_LANGUAGES(#3006) [Vyron Vasileiadis][]
78

89
Language grammar improvements:
910

@@ -18,6 +19,7 @@ Language grammar improvements:
1819
[John Cheung]: https://github.com/Real-John-Cheung
1920
[xDGameStudios]: https://github.com/xDGameStudios
2021
[Ayesh]: https://github.com/Ayesh
22+
[Vyron Vasileiadis]: https://github.com/fedonman
2123

2224
## Version 10.6.0
2325

SUPPORTED_LANGUAGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Languages that listed a **Package** below are 3rd party languages and are not bu
152152
| Python | python, py, gyp | |
153153
| Python profiler results | profile | |
154154
| Python REPL | python-repl, pycon | |
155+
| Q# | qsharp | [highlightjs-qsharp](https://github.com/fedonman/highlightjs-qsharp) |
155156
| Q | k, kdb | |
156157
| QML | qml | |
157158
| R | r | |

0 commit comments

Comments
 (0)