aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorAleksey Kuznetsov2023-02-11 10:43:30 +0000
committerGitHub2023-02-11 10:43:30 +0000
commit3b301a9d1d832d304ff109aa9f5eee025789b3e8 (patch)
treed03cf3b875d7e2aae8cc3448c16dbdee12e01d33 /languages.toml
parent425315d7525759545fa9d164434056b435891ad4 (diff)
Add comment-token to the hosts language definition (#5914)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index c84a62b0..311ef689 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2162,6 +2162,7 @@ name = "hosts"
scope = "source.hosts"
file-types = ["hosts"]
roots = []
+comment-token = "#"
[[grammar]]
name = "hosts"