瀏覽代碼

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: /[=(){}\[\].,:;@#\_&\-<>`?!+*\\\/]/,