mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
runtime: ::
token is valid in C#. #3144
https://msdn.microsoft.com/en-us/library/c3ay4x3d.aspx
This commit is contained in:
parent
6e233b93ea
commit
d50939e361
@ -25,8 +25,6 @@ syn keyword csStorage class delegate enum interface namespace struct
|
|||||||
syn keyword csRepeat break continue do for foreach goto return while
|
syn keyword csRepeat break continue do for foreach goto return while
|
||||||
syn keyword csConditional else if switch
|
syn keyword csConditional else if switch
|
||||||
syn keyword csLabel case default
|
syn keyword csLabel case default
|
||||||
" there's no :: operator in C#
|
|
||||||
syn match csOperatorError display +::+
|
|
||||||
" user labels (see [1] 8.6 Statements)
|
" user labels (see [1] 8.6 Statements)
|
||||||
syn match csLabel display +^\s*\I\i*\s*:\([^:]\)\@=+
|
syn match csLabel display +^\s*\I\i*\s*:\([^:]\)\@=+
|
||||||
" modifier
|
" modifier
|
||||||
|
Loading…
Reference in New Issue
Block a user