Created
March 25, 2017 08:16
-
-
Save deris/234a304bbc91f057781ad391747df29e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
if exists ("b:current_syntax") | |
finish | |
endif | |
syntax match duzzleField / / contained | |
syntax region DuzzleMap start=/\%^/ end=/^\ze\[.*\]/ contains=duzzleField | |
highlight duzzleFieldHi guibg=lightcyan ctermbg=lightcyan | |
hi def link duzzleField duzzleFieldHi | |
let b:current_syntax = "duzzle" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment