Open mcandre opened 6 years ago
Would be cool to have distinct grammars made available for each of the different sh variants, to help us identify exactly what kind of script we're dealing with. Sometimes a script can run with /usr/bin/sh, sometimes it needs something else!
/usr/bin/sh
This might be a solution for #133 and the likes.
Would be cool to have distinct grammars made available for each of the different sh variants, to help us identify exactly what kind of script we're dealing with. Sometimes a script can run with
/usr/bin/sh
, sometimes it needs something else!