Unnamed repository; edit this file 'description' to name the repository.
Add comment-token to the hosts language definition (#5914)
Aleksey Kuznetsov 2023-02-11
parent 425315d · commit 3b301a9
-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"