fallback to toggle-line-comment and vice versa if needed
This commit is contained in:
@@ -4,7 +4,7 @@ local syntax = require "core.syntax"
|
||||
syntax.add {
|
||||
name = "HTML",
|
||||
files = { "%.html?$" },
|
||||
multiline_comment = { "<!--", "-->" },
|
||||
block_comment = { "<!--", "-->" },
|
||||
patterns = {
|
||||
{
|
||||
pattern = {
|
||||
|
||||
Reference in New Issue
Block a user