Skip to content

Commit 844ad29

Browse files
jrwatsnbfalcon
andauthored
Update dap-launch.el
make regex more readable Co-authored-by: Nikita Bloshchanevich <[email protected]>
1 parent 3589de6 commit 844ad29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dap-launch.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ supported."
4141
(or (: "//" (* nonl) eol)
4242
(: "/*" (* (or (not (any ?*))
4343
(: (+ ?*) (not (any ?/))))) (+ ?*) ?/)
44-
(: "," (group (* (any blank ?\C-j)) (any ?\} ?\] )))))
44+
(: "," (group (* (any blank ?\C-j)) (any ?\} ?\])))))
4545
(: "\"" (* (or (not (any ?\\ ?\")) (: ?\\ nonl))) "\"")))
4646
nil t)
4747
;; we matched a comment

0 commit comments

Comments
 (0)