[chore]: Update syntax

Harmonizing the syntax files
Now inline comment are a single string instead of a table of strings.

-(language_c): Removed whitespaces breaking indent
-(language_html): Removed trailing whitespace
This commit is contained in:
NCarrezDev
2022-07-06 10:15:44 +02:00
parent e646f2fb28
commit 030dcc1e62
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ syntax.add {
block_comment = { "/*", "*/" },
patterns = {
{ pattern = "\\.", type = "normal" },
{ pattern = "//.-\n", type = "comment" },
{ pattern = "//.*$", type = "comment" },
{ pattern = { "/%*", "%*/" }, type = "comment" },
{ pattern = { '"', '"', '\\' }, type = "string" },
{ pattern = { "'", "'", '\\' }, type = "string" },