From d1df811f029d4464430f826c358c77a442ecc326 Mon Sep 17 00:00:00 2001 From: Juha Ristolainen Date: Thu, 4 Apr 2019 19:51:18 +0100 Subject: [PATCH] Added Q# to languages. --- CHANGELOG.md | 2 ++ README.md | 2 ++ src/utils.ts | 1 + 3 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba822b5..b0a4048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to the "code-stats-vscode" extension will be documented in t ### Changed +Added Q# to languages. + Merged PR from thebird956: Replaced deprecated 'vscode.previewHtml' command to the webview API. diff --git a/README.md b/README.md index 335db4c..6bca24b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ This extension contributes the following settings: ### 1.0.15 +Added Q# to languages. + Merged PR from thebird956: Replaced deprecated 'vscode.previewHtml' command to the webview API. diff --git a/src/utils.ts b/src/utils.ts index 895fe79..8e9716b 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -67,6 +67,7 @@ export function getLanguageName(langId: string): string { perl6: "Perl 6", php: "PHP", powershell: "PowerShell", + qsharp: "Q#", jade: "Pug", python: "Python", r: "R",