Discussion:
[Notepad-plus-plus] Bug in sh syntax highlighting
Martin Christian
2009-12-21 11:20:57 UTC
Permalink
Hi!



I guess I found a bug in Notepad++ v5.5.1 syntax highlighting for shell.
Consider the following script with Language -> S -> Shell:



<script>

#!/bin/ksh



(

sqlplus -s ${CONNECT_STRING:=/} <<-!

select SOME, DATA

from SOME_TABLE

!

) | tail -1 | read SOME VAR



echo "Next line"

<\script>



Notepad++ does not recognize the closing "!" for verbatim script input.
Hence, everything below the starting "!" is shown in red letters on blue
background. How do I fix this?



Thanks,



Martin.




_____________________________

FFastFill plc is a public limited company registered in England and Wales with details as follows; Registered Office: 35 Vine Street London EC3N 2AA; Company Number:3978346

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender immediately (+44 20 3002 1900)

This email has been scanned for viruses by the FFastFill Email Security System.
_____________________________

Loading...