-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
multi-line command for shell-session #2871
Copy link
Copy link
Closed
Labels
Description
Information
- Language: shell-session
- Plugins: none
Description
This is a feature request. If a command spans multiple lines, it would be appreciated if the continuation token (backslash before a newline) can be recognized.
Code snippet
The code being highlighted incorrectly.
fyu@home $ sudo ls -l ~/.config 's' && \
echo 'hello'
drwxr-xr-x - franklinyu 26 Sep 2020 asciinema
drwxr-xr-x - franklinyu 26 Jan 2020 'bash'
hello
Reactions are currently unavailable