Information
- Language: shell-session
- Plugins: none
Description
In shell-session highlighting, the secondary prompt (PS2), typically represented by > , is not recognized as a prompt. Current method relies on backslash \ which may not exist.
Code snippet
Test page
The code being highlighted incorrectly.
user@localhost:~$ cat /dev/null |
> wc -l
0
user@localhost:~$ for i in `seq 3`; do
> echo $i
> done
1
2
3
Information
Description
In shell-session highlighting, the secondary prompt (PS2), typically represented by
>, is not recognized as a prompt. Current method relies on backslash\which may not exist.Code snippet
Test page
The code being highlighted incorrectly.