From ca47896204482bf4a6979e3838bf7f09f61cebeb Mon Sep 17 00:00:00 2001 From: giy <giy@omp-system.ru> Date: Fri, 02 Sep 2022 14:16:56 +0300 Subject: [PATCH] Обновление до версии 2.9.0 --- QtVsTools.Package/QML/Classification/QmlSyntaxClassifier.cs | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/QtVsTools.Package/QML/Classification/QmlSyntaxClassifier.cs b/QtVsTools.Package/QML/Classification/QmlSyntaxClassifier.cs index 4675637..4035a67 100644 --- a/QtVsTools.Package/QML/Classification/QmlSyntaxClassifier.cs +++ b/QtVsTools.Package/QML/Classification/QmlSyntaxClassifier.cs @@ -29,11 +29,7 @@ /// This file implements the actual highlighting of the text according to the /// classification of the syntax elements recognized by the QML parser. -using System; -using System.Collections.Generic; using System.ComponentModel.Composition; -using System.Threading.Tasks; -using System.Windows.Threading; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Text.Classification; using Microsoft.VisualStudio.Text.Editor; -- Gitblit v1.9.1