Fix panicked missing field shebangs
(#1025)
Fix the error: ``` thread 'main' panicked at 'Could not parse merged (built-in + user) languages.toml: Error { inner: ErrorInner { kind: Custom, line: None, col: 0, at: None, message: "missing field `shebangs`", key: ["language"] } }', helix-term/src/application.rs:87:14 ```
This commit is contained in:
parent
3f0345ff58
commit
41fc326325
1 changed files with 1 additions and 0 deletions
|
@ -405,6 +405,7 @@ language-server = { command = "cmake-language-server" }
|
|||
name = "glsl"
|
||||
scope = "source.glsl"
|
||||
file-types = ["glsl", "vert", "tesc", "tese", "geom", "frag", "comp" ]
|
||||
shebangs = []
|
||||
roots = []
|
||||
comment-token = "//"
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
|
|
Loading…
Reference in a new issue