瀏覽代碼

fix: lezer lineComment grammer (#815)

Shuyoou 6 月之前
父節點
當前提交
c527c2aa2b

+ 1 - 1
client/src/pages/play/language/milvus.http.grammar

@@ -85,7 +85,7 @@ Array {
 
 
 @tokens {
-  LineComment { "#" ![\n]* }
+  LineComment { "#" ![\n]* space+ }
 
   String {
     '"' (![\\\n"] | "\\" _)* '"'?

文件差異過大導致無法顯示
+ 0 - 0
client/src/pages/play/language/milvus.http.parser.js


部分文件因文件數量過多而無法顯示