diff options
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1276,7 +1276,7 @@ PARSER(parse_text) { ++pos; close_quote = closing[(int)open_quote] ? closing[(int)open_quote] : open_quote; - if (!lang && open_quote == '/') + if (!lang && (open_quote == '/' || open_quote == '|')) lang = "Pattern"; else if (!lang && open_quote == '(') lang = "Shell"; |
