소스 검색

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),