소스 검색

[TS] Add override keyword

Sebastian Pahnke 4 년 전
부모
커밋
ab81f06037
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/typescript/typescript.ts

+ 1 - 0
src/typescript/typescript.ts

@@ -130,6 +130,7 @@ export const language = {
 		'private',
 		'protected',
 		'public',
+		'override',
 		'readonly',
 		'require',
 		'global',