aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/rc.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-11-07 22:04:08 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-11-07 22:04:08 -0500
commit333bd8cde30ce8125e2ce0454361239893516c56 (patch)
treee009c35bfaa7d6924689ab3cac27ff58391d7a73 /runtime/syntax/rc.vim
parent7521fb56558a146f3b116bcf195cf6bd1984d6c2 (diff)
parent975a610233e05772d9c835caeede4b7ae2e1af7d (diff)
downloadrneovim-333bd8cde30ce8125e2ce0454361239893516c56.tar.gz
rneovim-333bd8cde30ce8125e2ce0454361239893516c56.tar.bz2
rneovim-333bd8cde30ce8125e2ce0454361239893516c56.zip
Merge pull request #3628 from mhinz/vim-patch-f2571c6
vim-patch:f2571c6
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