提交 9c5ed65e 编写于 作者: S serge-rider

#2255 GO delimiters evaluation fix

上级 fff02559
......@@ -77,7 +77,7 @@ public class SQLWordRule implements IRule {
}
// Check for delimiter
for (char[] wordDelimiter : delimiters) {
if (c == wordDelimiter[0]) {
if (!Character.isLetter(c) && c == wordDelimiter[0]) {
if (wordDelimiter.length == 1) {
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册