Skip to content

Instantly share code, notes, and snippets.

@pinzolo
Created June 22, 2012 05:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pinzolo/2970346 to your computer and use it in GitHub Desktop.
Save pinzolo/2970346 to your computer and use it in GitHub Desktop.
サクラエディタ用C#キーワードファイル
// C# キーワード定義ファイル
// CASE=True
#endif
#endregion
#if
#pragma
#region
abstract
as
base
bool
break
byte
case
catch
char
class
const
continue
decimal
default
do
double
else
enum
finally
float
for
foreach
get
goto
if
int
interface
internal
is
lock
long
namespace
native
new
null
object
partial
private
protected
public
readonly
return
sbyte
set
short
static
string
struct
switch
this
throw
try
typeof
uint
ulong
ushort
using
virtual
void
volatile
while
yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment