erlang.tmbundle
erlang.tmbundle copied to clipboard
Fix `~"` syntax
If a string ends with a ~" we cannot know if it is a valid control character or not, so we should not show it as an error.
This fixes #19 and https://github.com/erlang-ls/erlang_ls/issues/730
@sorbits @infininight This PR has been open for more than a month, so we suspect the repository is not actively maintained.
We use this repo as a submodule in the Erlang LS VS Code extension. We are wondering what the status of this repository is. We are willing to help maintaining this. In the worse case, we could fork this under the Erlang LS organization. Any opinions?
It looks like I already raised this in https://github.com/textmate/erlang.tmbundle/issues/20 (which I forgot about). I think it makes sense to keep them TextMate compatible. How should we proceed?
@garazdawi I forked the grammar in: https://github.com/erlang-ls/grammar so it can be included in the VS Code extension in isolation. The README states the origin of the grammar and credits this repository. I'd suggest we keep developing the grammar there (there are other possible improvements) and then contribute it back to this repository.