There are usually newlines here

This commit is contained in:
Benson Chu 2025-08-28 17:07:38 -05:00
parent 926492b567
commit 1335572cdc

View file

@ -37,11 +37,12 @@
(+ alnum) (+ alnum)
" in ")) " in "))
;; Function Name ;; Function Name
(group (+? nonl)) (group (+ nonl))
(optional " ") (optional " ")
"(" "("
(*? nonl) (*? anything)
") at " ")"
(* space) "at "
;; File name ;; File name
(group (group
;;"/" ;;"/"