소스 검색

No need for this TODO

Philip Turner 3 년 전
부모
커밋
911545031d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',