mate-desktop / pluma

A powerful text editor for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
157 stars 65 forks source link

Pluma does not recognize correctly "-" #552

Open maravento opened 4 years ago

maravento commented 4 years ago

Pluma does not recognize correctly "-"

problem

#!/bin/bash git for-each-ref etc etc etc # this line does not show the correct color

work around

#!/bin/bash git "for-each-ref" etc etc etc # now this line does show the correct color

MATE general version

Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal bash 5.0.16 Mate 1.24.0 Pluma 1.24.0

Thanks