800397f09be1d32b1bf7ce1483900ff7da2b3c7b
[stack/conf/vim.git] / addons / TagHighlight / plugin / TagHighlight / data / languages / csharp.txt
1 FriendlyName:c#
2 CTagsName:c#
3 PythonExtensionMatcher:cs
4 VimExtensionMatcher:cs
5 Suffix:cs
6 VimSyntaxes:cs
7 VimFileTypes:cs
8 # From: http://msdn.microsoft.com/en-us/library/x53a06bb%28v=vs.71%29.aspx
9 ReservedKeywords:
10         abstract event new struct as explicit null switch base
11         extern object this bool false operator throw break finally
12         out true byte fixed override try case float params typeof
13         catch for private uint char foreach protected ulong checked
14         goto public unchecked class if readonly unsafe const implicit
15         ref ushort continue in return using decimal int sbyte virtual
16         default interface sealed volatile delegate internal short void
17         do is sizeof while double lock stackalloc else long static
18         enum namespace string
19
20 # vim: ff=unix:noet