fallback to toggle-line-comment and vice versa if needed
This commit is contained in:
@@ -5,7 +5,7 @@ syntax.add {
|
||||
name = "C",
|
||||
files = { "%.c$", "%.h$", "%.inl$" },
|
||||
comment = "//",
|
||||
multiline_comment = { "/*", "*/" },
|
||||
block_comment = { "/*", "*/" },
|
||||
patterns = {
|
||||
{ pattern = "//.-\n", type = "comment" },
|
||||
{ pattern = { "/%*", "%*/" }, type = "comment" },
|
||||
|
||||
Reference in New Issue
Block a user