mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 18:24:13 +00:00
vim-patch:dbf749bd5aae (#25665)
runtime: Fix more typos (vim/vim#13354)
* Fix more typos
* Fix typos in ignored runtime/ directory
dbf749bd5a
Co-authored-by: Viktor Szépe <viktor@szepe.net>
This commit is contained in:
@@ -15,7 +15,7 @@ syn match ppdDefine "\*[a-zA-Z0-9\-_]\+:"
|
||||
syn match ppdUI "\*[a-zA-Z]*\(Open\|Close\)UI"
|
||||
syn match ppdUIGroup "\*[a-zA-Z]*\(Open\|Close\)Group"
|
||||
syn match ppdGUIText "/.*:"
|
||||
syn match ppdContraints "^*UIConstraints:"
|
||||
syn match ppdConstraints "^*UIConstraints:"
|
||||
|
||||
" Define the default highlighting.
|
||||
" Only when an item doesn't have highlighting yet
|
||||
@@ -27,7 +27,7 @@ hi def link ppdUI Function
|
||||
hi def link ppdUIGroup Function
|
||||
hi def link ppdDef String
|
||||
hi def link ppdGUIText Type
|
||||
hi def link ppdContraints Special
|
||||
hi def link ppdConstraints Special
|
||||
|
||||
|
||||
let b:current_syntax = "ppd"
|
||||
|
||||
Reference in New Issue
Block a user