[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] shell syntax highlighting confused by here documents
From: |
j. van den hoff |
Subject: |
[vile] shell syntax highlighting confused by here documents |
Date: |
Fri, 17 Apr 2015 16:41:40 +0200 |
User-agent: |
Opera Mail/12.12 (MacIntel) |
hi there,
I've noted the the shmode syntax highlighting filter gets confused by
"here document syntax" (the `<<' or `<<<' redirections) of ksh or bash
(but it's probably POSIX shell compliant anyway...) such as
while read -rA fields; do
[[ $fields == \++([!+])* ]] && cimsg+="${fields[3]}; "
done <<< "$fdiff" #e.g., this comment is highlighted as 'keyword'
is this a known limitation?
thank you,
joerg
--
Using Opera's revolutionary email client: http://www.opera.com/mail/
- [vile] shell syntax highlighting confused by here documents,
j. van den hoff <=