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

@@ -3,9 +3,10 @@
syntax python "\.py$"
header "^#!.*python"
magic "Python script"
linter pyflakes
comment "#"
linter pyflakes
# Function definitions.
color brightblue "def [0-9A-Za-z_]+"
# Keywords.