Skip to content

Commit

Permalink
Fix panicked missing field shebangs (helix-editor#1025)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
Rational-Curiosity authored Nov 9, 2021
1 parent 3f0345f commit 41fc326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }
Expand Down

0 comments on commit 41fc326

Please sign in to comment.