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"
|
||||
file-types = ["hosts"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
|
||||
[[grammar]]
|
||||
name = "hosts"
|
||||
|
|
Loading…
Reference in New Issue