micro
micro copied to clipboard
syntax: sh: Fix command parameter highlighting
This will fix the following use case:
#!/bin/sh
command \
-a \
-A \
--abc
before | after |
---|---|