Summary: | bug in kate syntax highlighting for bash | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | David L Emerson <demerson3x> |
Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugskdeorg, floyd_n_milan |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David L Emerson
2007-03-13 09:02:50 UTC
SVN commit 724425 by sping: Proper highlighting of "\d*<<<" redirection. This feature seems not mentioned in the Bash Manual. Please attach a link to documentation about it to this bug report if you know any. BUG: 142904 CCBUG: 145547 CCMAIL: webmaster@hartwork.org M +2 -2 bash.xml WebSVN link: http://websvn.kde.org/?view=rev&revision=724425 *** Bug 145547 has been marked as a duplicate of this bug. *** The following is being quoted from $ man 1 bash $ echo "${BASH_VERSINFO[@]}" 3 2 17 1 release i686-pc-linux-gnu <quote> Here Strings A variant of here documents, the format is: <<<word The word is expanded and supplied to the command on its standard input. </quote> I read that, but it doesn't speak of file descriptors in front of that. SVN commit 724550 by sping: Fix HereDoc bug mentioned as a side note in #142904. CCBUG: 142904 CCMAIL: mw_triad@users.sourceforge.net CCMAIL: webmaster@hartwork.org M +6 -5 bash.xml WebSVN link: http://websvn.kde.org/?view=rev&revision=724550 |