Explorar el Código

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

Philip Turner hace 3 años
padre
commit
3ed28633bd
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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: /[=(){}\[\].,:;@#\_&\-<>`?!+*\\\/]/,