Add brace matching for parse time quotes $\[

db4
erikc 2010-02-05 15:52:55 -08:00
parent d435e5256c
commit e3c3739624
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@
("\\_<\\()\\))\\_>" (1 ")("))
;; Quotations:
("\\_<'\\(\\[\\)\\_>" (1 "(]")) ; fried
("\\_<$\\(\\[\\)\\_>" (1 "(]")) ; parse-time
("\\_<\\(\\[\\)\\_>" (1 "(]"))
("\\_<\\(\\]\\)\\_>" (1 ")["))))