Browse Source

fix: lezer lineComment grammer (#815)

Shuyoou 4 months ago
parent
commit
c527c2aa2b

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

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

File diff suppressed because it is too large
+ 0 - 0
client/src/pages/play/language/milvus.http.parser.js


Some files were not shown because too many files changed in this diff