zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.96k stars 1.17k forks source link

syntax: sh: Fix command parameter highlighting #3128

Closed JoeKar closed 6 months ago

JoeKar commented 8 months ago

This will fix the following use case:

#!/bin/sh

command \
    -a \
    -A \
    --abc
before after
grafik grafik