We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3589de6 commit 844ad29Copy full SHA for 844ad29
dap-launch.el
@@ -41,7 +41,7 @@ supported."
41
(or (: "//" (* nonl) eol)
42
(: "/*" (* (or (not (any ?*))
43
(: (+ ?*) (not (any ?/))))) (+ ?*) ?/)
44
- (: "," (group (* (any blank ?\C-j)) (any ?\} ?\] )))))
+ (: "," (group (* (any blank ?\C-j)) (any ?\} ?\])))))
45
(: "\"" (* (or (not (any ?\\ ?\")) (: ?\\ nonl))) "\"")))
46
nil t)
47
;; we matched a comment
0 commit comments