Browse Source

No need for this TODO

Philip Turner 3 năm trước cách đây
mục cha
commit
911545031d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',