Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 386 by vzeit...@gmail.com: Fix highlighting comments in VB syntax file
https://code.google.com/p/vim/issues/detail?id=386

Currently comments introduced with "rem" are not highlighted as comments in VB[Script] files. To fix this, "rem" keyword needs to be removed as this conflicts with its use as start region marker for vbComment syntax region.

Patch:
---------------------------------- >8 --------------------------------------
--- syntax/vb.vim  2015-07-19 01:08:13.000000000 +0200
+++ syntax/vb.vim    2015-07-19 01:02:42.322321200 +0200
@@ -223,7 +223,7 @@
 syn keyword vbStatement GoTo Gosub Implements Kill LSet Let Lib LineInput
 syn keyword vbStatement Load Lock Loop Mid MkDir Name Next On OnError Open
 syn keyword vbStatement Option Preserve Private Property Public Put RSet
-syn keyword vbStatement RaiseEvent Randomize ReDim Redim Rem Reset Resume
+syn keyword vbStatement RaiseEvent Randomize ReDim Redim Reset Resume
 syn keyword vbStatement Return RmDir SavePicture SaveSetting Seek SendKeys
 syn keyword vbStatement Sendkeys Set SetAttr Static Step Stop Sub Time
 syn keyword vbStatement Type Unload Unlock Until Wend While Width With
---------------------------------- >8 --------------------------------------


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui