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

pull/13908/head
Kristoffer Plagborg Bak Sørensen 2025-07-07 20:02:26 +02:00 committed by GitHub
parent 479c3b5584
commit 3e5bb392fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -2922,6 +2922,7 @@ scope = "source.dtd"
injection-regex = "dtd" injection-regex = "dtd"
file-types = ["dtd", "ent"] file-types = ["dtd", "ent"]
indent = {tab-width = 2, unit = " "} indent = {tab-width = 2, unit = " "}
block-comment-tokens = { start = "<!--", end = "-->" }
[language.auto-pairs] [language.auto-pairs]
'(' = ')' '(' = ')'