aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/rc.vim
diff options
context:
space:
mode:
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