mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 21:47:07 +04:00
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
@ -405,6 +405,7 @@ language-server = { command = "cmake-language-server" }
|
|||||||
name = "glsl"
|
name = "glsl"
|
||||||
scope = "source.glsl"
|
scope = "source.glsl"
|
||||||
file-types = ["glsl", "vert", "tesc", "tese", "geom", "frag", "comp" ]
|
file-types = ["glsl", "vert", "tesc", "tese", "geom", "frag", "comp" ]
|
||||||
|
shebangs = []
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
indent = { tab-width = 4, unit = " " }
|
indent = { tab-width = 4, unit = " " }
|
||||||
|
Loading…
Reference in New Issue
Block a user