micro icon indicating copy to clipboard operation
micro copied to clipboard

syntax: sh: Fix command parameter highlighting

Open JoeKar opened this issue 1 year ago • 0 comments

This will fix the following use case:

#!/bin/sh

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

JoeKar avatar Jan 30 '24 18:01 JoeKar