syntaxes: put the 'linter' and 'formatter' commands on a separate line

To show that they are a different class of thing than the file-matching
regexes and the comment thing, which all kind of "describe" the file.
This commit is contained in:
Benno Schulenberg
2019-11-04 20:52:35 +02:00
parent ebeed9c013
commit 302ea79d1c
5 changed files with 10 additions and 5 deletions

View File

@@ -5,9 +5,10 @@
syntax lua "\.lua$"
magic "Lua script"
linter "luacheck --no-color"
comment "--"
linter luacheck --no-color
color brightwhite "\[\[.*\]\]"
# Operators