mirror of https://github.com/helix-editor/helix
languages: add comment tokens for DTD language (#13904)
parent
479c3b5584
commit
3e5bb392fa
|
@ -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]
|
||||||
'(' = ')'
|
'(' = ')'
|
||||||
|
|
Loading…
Reference in New Issue