aligrudi / neatvi

A small vi/ex editor for editing UTF-8 text
http://litcave.rudi.ir/
320 stars 27 forks source link

Syntax highlighting for POSIX shell #85

Closed emmatebibyte closed 4 months ago

emmatebibyte commented 4 months ago

I’ve noticed neatvi has syntax highlighting for some languages, would it be possible to implement it for POSIX shell?

aligrudi commented 4 months ago

Emma Tebibyte @.***> wrote:

I’ve noticed neatvi has syntax highlighting for some languages, would it be possible to implement it for POSIX shell?

Shell scripts are highlighted; by default it is turned on only for files with sh extension. For other files, you can execute :ft sh or change file type patterns in conf.h.

Ali
emmatebibyte commented 4 months ago

I see. Thank you