bash-language-server icon indicating copy to clipboard operation
bash-language-server copied to clipboard

Another parser failure

Open akurtakov opened this issue 6 years ago • 1 comments

The following snippet generates "Failed to parse exception":

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

akurtakov avatar Jan 15 '20 22:01 akurtakov

Reported upstream at https://github.com/tree-sitter/tree-sitter-bash/issues/70

sebthom avatar Jan 18 '20 21:01 sebthom