Removed commented lines and adjusted heading comments
This commit is contained in:
Bruce 2021-03-29 15:59:22 -07:00 committed by GitHub
parent e6b66d62f6
commit cdfdfd17ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,13 @@
## Syntax highlighting for Jrnl/Markdown files.
## Original authors: Ryan Westlund and Benno Schulenberg
## Copy and modified: Bruce DuPlanty
## Copied Markdown and Modified for jrnl.sh: Bruce DuPlanty
## License: GPL version 3 or newer
syntax "jrnl" "\.(jrnl)$"
# @tag +tag #tag
color brightgreen "\+{1}[a-zA-Z0-9_!:\-\.]*"
color brightgreen "@{1}[a-zA-Z0-9_!:\-\.]*"
#color brightgreen "(@+[a-zA-Z0-9\-\_\.\=\!\:(_)]{1,})"
#color brightgreen "(\++[a-zA-Z0-9\-\_\.\=\!\:(_)]{1,})"
color brightred "#{1}[a-zA-Z0-9_!:\-\.]*"
# Tables (Github extension)