소스 검색

Merge pull request #124 from Contentmaudlin/master

Property is not a keyword in C#
Alexandru Dima 4 년 전
부모
커밋
ec67c169a8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/csharp/csharp.ts

+ 0 - 1
src/csharp/csharp.ts

@@ -125,7 +125,6 @@ export const language = <languages.IMonarchLanguage>{
 		'event',
 		'method',
 		'param',
-		'property',
 		'public',
 		'protected',
 		'internal',