mate-desktop / pluma

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

Pluma is too hard on Rust ling length (syntax highlighting) #662

Closed vodka-bears closed 1 year ago

vodka-bears commented 1 year ago

Expected behaviour

According to Rust standard lines must not exceed 99 chars

Actual behaviour

When using Rust syntax highlighting Pluma wants lines not to exceed 80 chars like in Python

Steps to reproduce the behaviour

Open any Rust source file

MATE general version

vodkabears@solitude:~$ apt show mate-desktop
Package: mate-desktop
Version: 1.26.0-1

Package version

vodkabears@solitude:~$ pluma --version
pluma - Version 1.26.0

Linux Distribution

vodkabears@solitude:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04 LTS
Release:    22.04
Codename:   jammy

Link to bugreport of your Distribution (requirement)

Please may I contact Pluma devs directly avoiding Ubuntu bugtracker?

vodka-bears commented 1 year ago

Sorry, I'm an idiot.