Skip to content

Commit

Permalink
Attribute Syntax Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kianryan committed Jan 11, 2013
1 parent 21477f1 commit 332672f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion syntax/cs.vim
Expand Up @@ -69,7 +69,7 @@ syn region csEnclosed start="(" end=")" contains=csIface,csClass
syn region csInherits start=":" end="{" contains=csIface,csClass

" Attributes
syn region csAttributeLine start="^\s*\[" end="\]\s*$" contains=csString
syn region csAttributeLine start="^\s*\[" end="\]\s*$" contains=csString, csCharacter, csNumber, csType


" Comments
Expand Down
2 changes: 1 addition & 1 deletion test/sample.cs
Expand Up @@ -42,7 +42,7 @@ public Car() : base()
}

[Bind(Name="Mark",
Second="Harris")]
Second="Harris", Given = 20)]
public Engine StartEngine()
{

Expand Down

0 comments on commit 332672f

Please sign in to comment.