languages: add comment tokens for DTD language (#13904)

This commit is contained in:
Kristoffer Plagborg Bak Sørensen
2025-07-07 20:02:26 +02:00
committed by GitHub
parent 479c3b5584
commit 3e5bb392fa

View File

@@ -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]
'(' = ')'