mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
more literals are strings
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ public class GrLiteralImpl extends GrAbstractLiteral implements GrLiteral, PsiLa
|
||||
if (child == null) return false;
|
||||
|
||||
IElementType elementType = child.getNode().getElementType();
|
||||
return elementType == mGSTRING_LITERAL || elementType == mSTRING_LITERAL;
|
||||
return TokenSets.STRING_LITERAL_SET.contains(elementType);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user