浏览代码

word separators

jun.zhou 3 年之前
父节点
当前提交
f3d020afd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/src/core/buffer/buffer.dart

+ 1 - 1
lib/src/core/buffer/buffer.dart

@@ -469,7 +469,7 @@ class Buffer {
     r' '.codeUnitAt(0),
     r'.'.codeUnitAt(0),
     r':'.codeUnitAt(0),
-    r'-'.codeUnitAt(0),
+    // r'-'.codeUnitAt(0),
     r'\'.codeUnitAt(0),
     r'"'.codeUnitAt(0),
     r'*'.codeUnitAt(0),