소스 검색

Add double-underscored keywords (indention is too corrupted to fix - a mess of tabs instead of spaces)

Philip Turner 3 년 전
부모
커밋
3ed28633bd
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/basic-languages/swift/swift.ts

+ 4 - 1
src/basic-languages/swift/swift.ts

@@ -170,7 +170,10 @@ export const language = <languages.IMonarchLanguage>{
                 'weak',
                 'where',
                 'while',
-                'willSet'
+                'willSet',
+		
+                '__consuming',
+                '__owned'
 	],
 
 	symbols: /[=(){}\[\].,:;@#\_&\-<>`?!+*\\\/]/,