Bug 145547

Summary: syntax highlighting confused by <<<
Product: [Applications] kate Reporter: Thomas Winkler <bugskdeorg>
Component: syntaxAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thomas Winkler 2007-05-17 12:03:04 UTC
Version:           kate 2.5.5 (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs
Compiler:          Target: i586-suse-linux 
OS:                Linux

in the following script the <<< redirect asigns the content of the variable to the third file descriptor. The command works, but syntax highlighting does not recognize the three < as being valid

#! /bin/sh
# encrypt tar files
for file in $TMPDIR/*; do
  mkisofs -R $file | aespipe -e aes256 -p3 3<<<$PASS >$file.aes256.iso
done
Comment 1 Sebastian Pipping 2007-10-12 11:10:25 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
Comment 2 Sebastian Pipping 2007-10-12 11:11:22 UTC

*** This bug has been marked as a duplicate of 142904 ***