add toggle-block-comment
This commit is contained in:
@@ -4,6 +4,7 @@ local syntax = require "core.syntax"
|
||||
syntax.add {
|
||||
name = "CSS",
|
||||
files = { "%.css$" },
|
||||
multiline_comment = { "/*", "*/" },
|
||||
patterns = {
|
||||
{ pattern = "\\.", type = "normal" },
|
||||
{ pattern = "//.-\n", type = "comment" },
|
||||
|
||||
Reference in New Issue
Block a user