mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
There are usually newlines here
This commit is contained in:
parent
926492b567
commit
1335572cdc
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
;;"/"
|
;;"/"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue