aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/rc.vim
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2015-11-08 03:35:37 +0100
committerMarco Hinz <mh.codebro@gmail.com>2015-11-08 03:39:07 +0100
commit975a610233e05772d9c835caeede4b7ae2e1af7d (patch)
treee009c35bfaa7d6924689ab3cac27ff58391d7a73 /runtime/syntax/rc.vim
parent7521fb56558a146f3b116bcf195cf6bd1984d6c2 (diff)
downloadrneovim-975a610233e05772d9c835caeede4b7ae2e1af7d.tar.gz
rneovim-975a610233e05772d9c835caeede4b7ae2e1af7d.tar.bz2
rneovim-975a610233e05772d9c835caeede4b7ae2e1af7d.zip
vim-patch:f2571c6
Update runtime files. References #3625.
Diffstat (limited to 'runtime/syntax/rc.vim')
-rw-r--r--runtime/syntax/rc.vim9
1 files changed, 6 insertions, 3 deletions
diff --git a/runtime/syntax/rc.vim b/runtime/syntax/rc.vim
index c3feb97816..a2d5824d3e 100644
--- a/runtime/syntax/rc.vim
+++ b/runtime/syntax/rc.vim
@@ -1,7 +1,10 @@
" Vim syntax file
" Language: M$ Resource files (*.rc)
-" Maintainer: Heiko Erhardt <Heiko.Erhardt@munich.netsurf.de>
-" Last Change: 2001 May 09
+" Maintainer: Christian Brabandt
+" Last Change: 2015-05-29
+" Repository: https://github.com/chrisbra/vim-rc-syntax
+" License: Vim (see :h license)
+" Previous Maintainer: Heiko Erhardt <Heiko.Erhardt@munich.netsurf.de>
" This file is based on the c.vim
@@ -21,7 +24,7 @@ syn keyword rcMainObject MENU ACCELERATORS TOOLBAR DIALOG
syn keyword rcMainObject STRINGTABLE MESSAGETABLE RCDATA DLGINIT DESIGNINFO
syn keyword rcSubObject POPUP MENUITEM SEPARATOR
-syn keyword rcSubObject CONTROL LTEXT CTEXT EDITTEXT
+syn keyword rcSubObject CONTROL LTEXT CTEXT RTEXT EDITTEXT
syn keyword rcSubObject BUTTON PUSHBUTTON DEFPUSHBUTTON GROUPBOX LISTBOX COMBOBOX
syn keyword rcSubObject FILEVERSION PRODUCTVERSION FILEFLAGSMASK FILEFLAGS FILEOS
syn keyword rcSubObject FILETYPE FILESUBTYPE