Skip to content

Commit d89f0e5

Browse files
authored
Remove Dart in HTML syntax highlighting support (#65)
1 parent 2884c5a commit d89f0e5

File tree

6 files changed

+1
-75
lines changed

6 files changed

+1
-75
lines changed

third_party/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- "Scope analysis to the current package" feature from the Dart problem view
88
- Code Coverage support, all references to com.intellij.coverage.*
9-
- Dart embedded in HTML support
9+
- Dart embedded and syntax highlighting in HTML support
1010

1111
### Changed
1212

third_party/src/main/java/com/jetbrains/lang/dart/DartScriptContentProvider.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

third_party/src/main/resources/META-INF/plugin.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
<extendWordSelectionHandler implementation="com.jetbrains.lang.dart.ide.editor.DartWordSelectionHandler"/>
6161
<basicWordSelectionFilter implementation="com.jetbrains.lang.dart.ide.editor.DartSelectionFilter"/>
6262

63-
<html.scriptContentProvider language="Dart" implementationClass="com.jetbrains.lang.dart.DartScriptContentProvider"/>
6463
<nonProjectFileWritingAccessExtension implementation="com.jetbrains.lang.dart.ide.DartWritingAccessProvider"/>
6564
<spellchecker.support language="Dart" implementationClass="com.jetbrains.lang.dart.ide.spelling.DartSpellcheckingStrategy"/>
6665
<spellchecker.bundledDictionaryProvider implementation="com.jetbrains.lang.dart.ide.spelling.DartBundledDictionaryProvider"/>
@@ -246,8 +245,6 @@
246245

247246
<search.optionContributor implementation="com.jetbrains.lang.dart.DartSearchableOptionContributor"/>
248247

249-
<lang.syntaxHighlighter language="Dart in Html" implementationClass="com.jetbrains.lang.dart.highlight.DartSyntaxHighlighter"/>
250-
<lang.parserDefinition language="Dart in Html" implementationClass="com.jetbrains.lang.dart.DartParserDefinition"/>
251248
<notificationGroup id="Dart Support" displayType="BALLOON"
252249
bundle="messages.DartBundle" key="notification.group.dart.support"/>
253250
<notificationGroup id="Dart Analysis" displayType="TOOL_WINDOW" toolWindowId="Dart Analysis" isLogByDefault="false"

third_party/src/test/java/com/jetbrains/lang/dart/ide/DartSurroundWithInHtmlTest.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

third_party/src/test/testData/surroundWith/html/IfElse1.after.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

third_party/src/test/testData/surroundWith/html/IfElse1.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)