diff options
| author | NCarrezDev <n.carrez.dev@gmail.com> | 2022-07-06 10:15:44 +0200 |
|---|---|---|
| committer | NCarrezDev <n.carrez.dev@gmail.com> | 2022-07-06 10:15:44 +0200 |
| commit | 030dcc1e62ff235271ee2dd84f07313a2bbf9574 (patch) | |
| tree | 8c1f1bb9f64b1424235adf682b31830d0cdf9b0b /data/plugins/language_html.lua | |
| parent | e646f2fb28b24bae5d13994b14b75252718a6ccd (diff) | |
| download | pragtical-030dcc1e62ff235271ee2dd84f07313a2bbf9574.tar.gz pragtical-030dcc1e62ff235271ee2dd84f07313a2bbf9574.zip | |
[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
Diffstat (limited to 'data/plugins/language_html.lua')
| -rw-r--r-- | data/plugins/language_html.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/plugins/language_html.lua b/data/plugins/language_html.lua index 0d61819e..6da1b45f 100644 --- a/data/plugins/language_html.lua +++ b/data/plugins/language_html.lua @@ -3,7 +3,7 @@ local syntax = require "core.syntax" syntax.add { name = "HTML", - files = { "%.html?$" }, + files = { "%.html?$" }, block_comment = { "<!--", "-->" }, patterns = { { |
