
oXygen-6.1 The following bash shell script fragment: /bin/cat <<-SCRIPT is legal but causes syntax highlighting to display literal color to the end of the script. How can I correct this? Raymond

Hello, The string that follows the "<<" operator to the end of the line is a literal constant so the highlighting is correct on that line. You are right, starting with the next line syntax highlight should change he color. You cannot correct it. It will be fixed in a future version. Best regards, Sorin Raymond wrote:
oXygen-6.1
The following bash shell script fragment:
/bin/cat <<-SCRIPT
is legal but causes syntax highlighting to display literal color to the end of the script.
How can I correct this?
Raymond _______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Hello Raymond, We fixed the syntax highlight for shell scripts. It will be available in the 6.2 release. Best regards, Sorin Sorin Ristache wrote:
Hello,
The string that follows the "<<" operator to the end of the line is a literal constant so the highlighting is correct on that line. You are right, starting with the next line syntax highlight should change he color. You cannot correct it. It will be fixed in a future version.
Best regards, Sorin
Raymond wrote:
oXygen-6.1
The following bash shell script fragment:
/bin/cat <<-SCRIPT
is legal but causes syntax highlighting to display literal color to the end of the script.
How can I correct this?
Raymond _______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (2)
-
Raymond
-
Sorin Ristache