Ticket #3293: YAML syntax fixes.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Mooffie 2016-12-04 23:32:23 +02:00 committed by Andrew Borodin
parent 055a8c6a4f
commit 54a0ccecaa
2 changed files with 30 additions and 10 deletions

View File

@ -271,7 +271,7 @@ include cuda.syntax
file .\*\\.(cl)$ OpenCL\sProgram
include opencl.syntax
file ..\*\\.(yml|YML)$ YAML\sFile
file ..\*\\.(ya?ml|YML)$ YAML\sFile
include yaml.syntax
file .\* unknown

View File

@ -1,17 +1,37 @@
# YAML syntax highlighting
#
# Author: Roman Belda <romanbelda.cz@gmail.com>
# http://romanbelda.cz
caseinsensitive
# Reference:
# https://en.wikipedia.org/wiki/YAML
# http://yaml.org/refcard.html
context default brown
keyword #*\n green
context default
spellcheck
keyword #*\n brown
keyword {{*}} brightred
keyword *: yellow
keyword linestart --- brightcyan
keyword linestart \[\s\]-\s brightcyan
# "YAML requires that colons and commas used as list separators be followed by a space [...]"
keyword ,\{\s\n\} brightcyan
keyword , red
# Below, we can get by with just "*:\{\s\n\}", but we prefer to restrict the
# key names in order not to grab too much (e.g., "{one: 1, two: 2}", "one: 1 # possibilities: 1 or 2").
keyword \{0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\}\[\s-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\]:\{\s\n\} yellow
keyword [ brightcyan
keyword ] brightcyan
keyword { brightcyan
keyword } brightcyan
keyword whole true brightmagenta
keyword whole false brightmagenta
keyword whole null brightmagenta
context " "\n brightgreen
context " " green
spellcheck
keyword {{*}} brightred
keyword \\" brightgreen
keyword \\\\ brightgreen
keyword \\\{xuU\}\[0123456789\] brightgreen
keyword \\\{0abfnrtve_NLP\} brightgreen
context ' '\n brightgreen
context ' ' green
spellcheck
keyword {{*}} brightred