syntax highlighting fixes

This commit is contained in:
2014-12-16 00:33:42 +01:00
parent 5f4214dffd
commit 0392698c33
9 changed files with 23 additions and 38 deletions
@@ -657,7 +657,6 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
traitHighlights = cd.getTraitHighlights();
methodHighlights = cd.getMethodHighlights();
classHighlights = cd.getClassHighlights();
setContentType("text/actionscript");
setText(hilightedCode);
}
fireScript();