aboutsummaryrefslogtreecommitdiffstats
path: root/syntax/dome_key.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/dome_key.vim')
-rw-r--r--syntax/dome_key.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/syntax/dome_key.vim b/syntax/dome_key.vim
index 9c1646a..74088db 100644
--- a/syntax/dome_key.vim
+++ b/syntax/dome_key.vim
@@ -3,7 +3,7 @@ if exists('b:current_syntax')
endif
syntax region domeKeyComment display start="#" end="$" contains=@Spell
-syntax region domeKeySpecialKey display start="<" end=">" contained contains=domeKeySpecialKeyKeyword
+syntax region domeKeySpecialKey display start="<" end=">" contained contains=domeKeyTriggerKeyKeyword,domeKeySpecialKeyKeyword
syntax match domeKeyDefinitionTrigger "\c\(<\(Up\|Play\|Down\)>\)\+" contained contains=domeKeySpecialKey
@@ -40,6 +40,7 @@ syntax case match
highlight default link domeKeyComment Comment
highlight default link domeKeyType Statement
highlight default link domeKeySpecialKey Special
+highlight default link domeKeyTriggerKeyKeyword domeKeySpecialKey
highlight default link domeKeySpecialKeyKeyword domeKeySpecialKey
" TODO: