Ticket #3881 (new defect) — at Initial Version

Opened 6 years ago

Last modified 4 years ago

broken syntax highlighting of bash

Reported by: xmlich02 Owned by:
Priority: major Milestone:
Component: mcedit Version: 4.8.19
Keywords: highlighting Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

By the way, the trac version combobox doesn't allow selection of '4.8.20'.

Create an bash script:
#!/bin/bash
echo "hello world"
res="$(ls "-1" "$(pwd)")"
echo "hello world"

Second hello world is highlighted incorrectly. You can compare highlighting with vim or other editor as well. See attached screenshot

[jmlich@jmlich-dell Desktop$ mcedit -V
GNU Midnight Commander 4.8.20
Built with GLib 2.48.2
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm and Linux console
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, sftpfs, fish, smbfs
Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;
[jmlich@jmlich-dell Desktop$ mcedit ./highlight.sh

Change History

Changed 6 years ago by xmlich02

reproducer

Changed 6 years ago by xmlich02

screenshot

Note: See TracTickets for help on using tickets.