Skip to content

Commit

Permalink
remove annotator
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Sep 3, 2024
1 parent 8bb6710 commit be1ba78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
<lang.braceMatcher language="Lua" implementationClass="com.tang.intellij.lua.braces.LuaBraceMatcher"/>
<lang.quoteHandler language="Lua"
implementationClass="com.tang.intellij.lua.codeInsight.editorActions.LuaQuoteHandler"/>
<languageInjector implementation="com.tang.intellij.lua.lang.LuaLanguageInjector"/>

<customPasteProvider
implementation="com.tang.intellij.lua.codeInsight.editorActions.StringLiteralPasteProvider"/>

Expand All @@ -59,7 +61,7 @@
language="Lua"
implementationClass="com.tang.intellij.lua.highlighting.LuaSyntaxHighlighterFactory"/>
<!-- <highlightErrorFilter implementation="com.tang.intellij.lua.highlighting.LuaHighlightErrorFilter"/>-->
<annotator language="Lua" implementationClass="com.tang.intellij.lua.annotator.LuaAnnotator"/>
<!-- <annotator language="Lua" implementationClass="com.tang.intellij.lua.annotator.LuaAnnotator"/>-->

<highlightUsagesHandlerFactory
implementation="com.tang.intellij.lua.codeInsight.highlighting.LuaHighlightUsagesHandlerFactory"/>
Expand Down

0 comments on commit be1ba78

Please sign in to comment.