Skip to content

Commit

Permalink
Remove csEnclosed to fix lambda highlighting
Browse files Browse the repository at this point in the history
Fixes OrangeT#44.
  • Loading branch information
idbrii committed May 4, 2018
1 parent b5982fc commit fad4215
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions syntax/cs.vim
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ syn keyword csUnsupportedStatement add remove value
" TODO:
syn keyword csUnspecifiedKeyword explicit implicit

syn keyword csTypeOf typeof nextgroup=csEnclosed
syn keyword csTypeOf typeof

" Linq Keywords
syn keyword csLinq from where select group into orderby join let in on equals by ascending descending
Expand All @@ -65,7 +65,6 @@ syn keyword csNewDecleration new nextgroup=csClass skipwhite
syn match csClass contained /\<[A-Z][a-z]\w\+/ nextgroup=csGeneric
syn match csIface contained /\<I[A-Z][a-z]\w\+/ nextgroup=csGeneric
" syn region csGeneric start="<" end=">" contains=csIface,csClass
syn region csEnclosed start="(" end=")" contains=csConstant,csType,csString, csVerbatimString, csCharacter, csNumber,csIface,csClass,csNewDecleration,csUnspecifiedStatement,csLinq
"syn region csInherits start=":" end="{" contains=csIface,csClass

" Attributes
Expand Down

0 comments on commit fad4215

Please sign in to comment.