mirror of https://github.com/helix-editor/helix
Add comment-token to the hosts language definition (#5914)
parent
425315d752
commit
3b301a9d1d
|
@ -2162,6 +2162,7 @@ name = "hosts"
|
||||||
scope = "source.hosts"
|
scope = "source.hosts"
|
||||||
file-types = ["hosts"]
|
file-types = ["hosts"]
|
||||||
roots = []
|
roots = []
|
||||||
|
comment-token = "#"
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "hosts"
|
name = "hosts"
|
||||||
|
|
Loading…
Reference in New Issue