Skip to content
Snippets Groups Projects
Commit 61e9f512 authored by Geoffrey Mainland's avatar Geoffrey Mainland
Browse files

Support the syntax [e||...||] for typed expression brackets.

parent 80b63d43
No related branches found
No related tags found
No related merge requests found
......@@ -318,6 +318,7 @@ $tab+ { warn Opt_WarnTabs (text "Tab character") }
"[|" / { ifExtension thEnabled } { token ITopenExpQuote }
"[||" / { ifExtension thEnabled } { token ITopenTExpQuote }
"[e|" / { ifExtension thEnabled } { token ITopenExpQuote }
"[e||" / { ifExtension thEnabled } { token ITopenTExpQuote }
"[p|" / { ifExtension thEnabled } { token ITopenPatQuote }
"[d|" / { ifExtension thEnabled } { layout_token ITopenDecQuote }
"[t|" / { ifExtension thEnabled } { token ITopenTypQuote }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment