eclipse / shellwax

Shell script editor plugin for Eclipse
https://marketplace.eclipse.org/content/shellwax
Eclipse Public License 2.0
17 stars 12 forks source link

Fail to parse #28

Closed akurtakov closed 4 years ago

akurtakov commented 4 years ago

The following snippet generates "Fail to parse exception:

#!/usr/bin/env bash
echo CommandName InputFiles `#1st comment` \
     --option1 arg1 `#2nd comment` \
     --option2 arg2 `#3rd comment`
akurtakov commented 4 years ago

Opened in wrong repo.