Browse Source

vim: support multi-word text pronunciations

master
Reece H. Dunn 8 years ago
parent
commit
a1a5755dcb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vim/syntax/espeaklist.vim

+ 1
- 1
vim/syntax/espeaklist.vim View File

@@ -21,7 +21,7 @@ syn region espeaklistFlag contained start="\$" end="[ \t\r\n]" skipwhite nextgr
syn region espeaklistEntryConditional contained start="^[?!]" end="[ \t]" skipwhite nextgroup=espeaklistEntryPhrase,espeaklistEntryWord
syn region espeaklistEntryPhrase contained start="^(" end=")" skipwhite nextgroup=espeaklistEntryPronunciation
syn match espeaklistEntryWord contained "[^ \t\r\n]\+" skipwhite nextgroup=espeaklistEntryPronunciation,espeaklistFlag
syn match espeaklistEntryPronunciation contained "[^ \t\r\n/$!][^ \t\r\n]*" skipwhite nextgroup=espeaklistFlag,espeaklistComment
syn match espeaklistEntryPronunciation contained "[^$/]*" skipwhite nextgroup=espeaklistFlag,espeaklistComment

" Define the default highlighting.
" Only used when an item doesn't have highlighting yet

Loading…
Cancel
Save