Merge pull request #1 from scopatz/master

merge changes
This commit is contained in:
yzzyx 2020-05-05 06:42:29 -05:00 committed by GitHub
commit fb34814488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
syntax "AsciiDoc" "\.(asc|asciidoc|adoc)$" syntax "AsciiDoc" "\.(asc|asciidoc|adoc)$"
# main header # main header
color red "^====+$" color brightred "^=[[:space:]].+$"
# h1 # h1
color red "^==[[:space:]].*$" color red "^==[[:space:]].*$"
color red "^----+$" color red "^----+$"
@ -24,7 +24,7 @@ color red "\+\+\+\{[a-z0-9]*\}\+\+\+"
# Paragraph Title # Paragraph Title
color yellow "^\..*$" color yellow "^\..*$"
# source # source
color magenta "^\[(source,.+|NOTE|TIP|IMPORTANT|WARNING|CAUTION)\]" color magenta "^\[(source,.+|NOTE|TIP|IMPORTANT|WARNING|CAUTION)\]"
# Other markup # Other markup

View File

@ -4,7 +4,7 @@ syntax "Groff" "\.m[ems]$" "\.rof" "\.tmac$" "^tmac."
comment ".\"" comment ".\""
## The argument of .ds or .nr ## The argument of .ds or .nr
color cyan "^\.(ds|nr) [^[[:space:]]]*" color cyan "^\.(ds|nr) [^[[:space:]]]*[^[[:space:]]]*"
## Single character escapes ## Single character escapes
color brightmagenta "\\." color brightmagenta "\\."
## Highlight the argument of \f or \s in the same color ## Highlight the argument of \f or \s in the same color
@ -13,7 +13,7 @@ color brightmagenta "\\f." "\\f\(.." "\\s(\+|\-)?[0-9]"
color cyan "(\\|\\\\)n(.|\(..)" color cyan "(\\|\\\\)n(.|\(..)"
color cyan start="(\\|\\\\)n\[" end="]" color cyan start="(\\|\\\\)n\[" end="]"
## Requests ## Requests
color brightgreen "^\.[[:space:]]*[^[[:space:]]]*" color brightgreen "^\.[[:space:]]*[^[[:space:]]]*[^[[:space:]]]*"
## Comments ## Comments
color yellow "^\.\\".*$" color yellow "^\.\\".*$"
## Strings ## Strings