Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 8f8b9ac4..e1494c09 100644 --- a/languages.toml +++ b/languages.toml @@ -2922,6 +2922,7 @@ scope = "source.dtd" injection-regex = "dtd" file-types = ["dtd", "ent"] indent = {tab-width = 2, unit = " "} +block-comment-tokens = { start = "<!--", end = "-->" } [language.auto-pairs] '(' = ')' |