Skip to content

Commit

Permalink
enh(grammars) Add Q# to supported languages list (#3006)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedonman committed Feb 14, 2021
1 parent 9b1064a commit 6af784f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ New Languages:

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

Language grammar improvements:

Expand All @@ -18,6 +19,7 @@ Language grammar improvements:
[John Cheung]: https://github.com/Real-John-Cheung
[xDGameStudios]: https://github.com/xDGameStudios
[Ayesh]: https://github.com/Ayesh
[Vyron Vasileiadis]: https://github.com/fedonman

## Version 10.6.0

Expand Down
1 change: 1 addition & 0 deletions SUPPORTED_LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Languages that listed a **Package** below are 3rd party languages and are not bu
| Python | python, py, gyp | |
| Python profiler results | profile | |
| Python REPL | python-repl, pycon | |
| Q# | qsharp | [highlightjs-qsharp](https://github.com/fedonman/highlightjs-qsharp) |
| Q | k, kdb | |
| QML | qml | |
| R | r | |
Expand Down

0 comments on commit 6af784f

Please sign in to comment.