aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/language_html.lua
diff options
context:
space:
mode:
Diffstat (limited to 'data/plugins/language_html.lua')
-rw-r--r--data/plugins/language_html.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/plugins/language_html.lua b/data/plugins/language_html.lua
index 0d61819e..6da1b45f 100644
--- a/data/plugins/language_html.lua
+++ b/data/plugins/language_html.lua
@@ -3,7 +3,7 @@ local syntax = require "core.syntax"
syntax.add {
name = "HTML",
- files = { "%.html?$" },
+ files = { "%.html?$" },
block_comment = { "<!--", "-->" },
patterns = {
{