Last active
April 28, 2021 14:01
-
-
Save ob-ivan/455cc97758ca26eb8fef393f8fe2ac65 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax "Jira" "\.jira$" | |
color brightwhite "^h1\. .*" | |
color brightwhite start="\*\<" end="\>\*" | |
color green start="\{\{" end="\}\}" | |
color brightyellow "\\\[" | |
color brightblue start="[^\\]\[" end="\]" | |
color yellow "^\*+ " | |
color brightblue "\(i\)" | |
color brightgreen "\(/\)" | |
color brightred "\(x\)" | |
color brightyellow "\(!\)" | |
color brightgreen "\(\+\)" | |
color brightred "\(-\)" | |
color brightblue "\(\?\)" | |
color brightyellow "\(\*\)" | |
color brightred "\(\*r\)" | |
color brightgreen "\(\*g\)" | |
color brightblue "\(\*b\)" | |
color brightyellow "\(\*y\)" | |
color green start="\{code\>" end="\{code\}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment