mirror of https://github.com/helix-editor/helix
Add `sld` to Scheme file type extensions (#13528)
parent
447a6d3299
commit
84e95d35ee
|
@ -2380,7 +2380,7 @@ source = { git = "https://github.com/metio/tree-sitter-ssh-client-config", rev =
|
||||||
name = "scheme"
|
name = "scheme"
|
||||||
scope = "source.scheme"
|
scope = "source.scheme"
|
||||||
injection-regex = "scheme"
|
injection-regex = "scheme"
|
||||||
file-types = ["ss", "scm"]
|
file-types = ["ss", "scm", "sld"]
|
||||||
shebangs = ["scheme", "guile", "chicken"]
|
shebangs = ["scheme", "guile", "chicken"]
|
||||||
comment-token = ";"
|
comment-token = ";"
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
Loading…
Reference in New Issue