diff options
author | Aleksey Kuznetsov | 2023-02-11 10:43:30 +0000 |
---|---|---|
committer | GitHub | 2023-02-11 10:43:30 +0000 |
commit | 3b301a9d1d832d304ff109aa9f5eee025789b3e8 (patch) | |
tree | d03cf3b875d7e2aae8cc3448c16dbdee12e01d33 | |
parent | 425315d7525759545fa9d164434056b435891ad4 (diff) |
Add comment-token to the hosts language definition (#5914)
-rw-r--r-- | languages.toml | 1 |
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" |