Hello!
Describe the bug
The Erlang grammar used here has not been updated in 5 years, instead a new fork has been made that has received updates: https://github.com/erlang-ls/grammar. I tried to update the grammar using script/add-grammar --replace erlang.tmbundle https://github.com/erlang-ls/grammar but it failed with this error:
> script/add-grammar --replace erlang.tmbundle https://github.com/erlang-ls/grammar
Checking Docker is installed and running
Deregistering submodule: vendor/grammars/erlang.tmbundle
Cleared directory 'vendor/grammars/erlang.tmbundle'
Submodule 'vendor/grammars/erlang.tmbundle' (https://github.com/textmate/erlang.tmbundle) unregistered for path 'vendor/grammars/erlang.tmbundle'
rm 'vendor/grammars/erlang.tmbundle'
Registering new submodule: https://github.com/erlang-ls/grammar.git
Reactivating local git directory for submodule 'vendor/grammars/grammar'
latest: Pulling from linguist/grammar-compiler
Digest: sha256:fcaf08a6e27d3d88212d9ca8aceee30d4089499a77bb05307871febd8073790f
Status: Image is up to date for linguist/grammar-compiler:latest
docker.io/linguist/grammar-compiler:latest
source 'vendor/grammars/grammar' contains no grammar files
From what I can gather it cannot find the grammar files.
Expected behaviour
I would like to be able to use this new erlang grammar fork, as it is the only place right now that receives any updates.
Hello!
Describe the bug
The Erlang grammar used here has not been updated in 5 years, instead a new fork has been made that has received updates: https://github.com/erlang-ls/grammar. I tried to update the grammar using
script/add-grammar --replace erlang.tmbundle https://github.com/erlang-ls/grammarbut it failed with this error:From what I can gather it cannot find the grammar files.
Expected behaviour
I would like to be able to use this new erlang grammar fork, as it is the only place right now that receives any updates.