We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08825fe commit fb3d228Copy full SHA for fb3d228
src/main/java/com/tang/intellij/lua/doc.flex
@@ -36,7 +36,7 @@ import com.tang.intellij.lua.comment.psi.LuaDocTypes;
36
EOL="\r"|"\n"|"\r\n"
37
LINE_WS=[\ \t\f]
38
WHITE_SPACE=({LINE_WS}|{EOL})+
39
-STRING=[^\r\n\f]*
+STRING=[^\r\n\t\f]*
40
//三个-以上
41
DOC_DASHES = --+
42
//Strings
0 commit comments