[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
@@ -3,7 +3,7 @@ local syntax = require "core.syntax"
syntax.add {
name = "HTML",
files = { "%.html?$" },
files = { "%.html?$" },
block_comment = { "<!--", "-->" },
patterns = {
{