Răsfoiți Sursa

No need for this TODO

Philip Turner 3 ani în urmă
părinte
comite
911545031d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/basic-languages/swift/swift.ts

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

@@ -38,7 +38,7 @@ export const language = <languages.IMonarchLanguage>{
 
 	// TODO(owensd): Support the full range of unicode valid identifiers.
 	identifier: /[a-zA-Z_][\w$]*/,
-	// TODO(owensd): Support the @availability macro properly.
+	
 	attributes: [
 		'@GKInspectable',
 		'@IBAction',