Skip to content

Commit 41fc326

Browse files
Fix panicked missing field shebangs (helix-editor#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 ```
1 parent 3f0345f commit 41fc326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

languages.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ language-server = { command = "cmake-language-server" }
405405
name = "glsl"
406406
scope = "source.glsl"
407407
file-types = ["glsl", "vert", "tesc", "tese", "geom", "frag", "comp" ]
408+
shebangs = []
408409
roots = []
409410
comment-token = "//"
410411
indent = { tab-width = 4, unit = " " }

0 commit comments

Comments
 (0)