feat(emacs/lean-server): accept "BEGININFO .*" pattern
This commit is contained in:
parent
cec2f8e466
commit
b4a80f83af
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
;; How to read data from an async process
|
||||
;; ======================================
|
||||
(defconst lean-server-syntax-pattern
|
||||
`((INFO ,(rx line-start "-- BEGININFO" line-end)
|
||||
`((INFO ,(rx line-start "-- BEGININFO" (* not-newline) line-end)
|
||||
,(rx line-start (group "-- ENDINFO") line-end))
|
||||
(SET ,(rx line-start "-- BEGINSET" line-end)
|
||||
,(rx line-start (group "-- ENDSET") line-end))
|
||||
|
|
Loading…
Reference in a new issue