浏览代码

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',