jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/swift/atrule_feature.test

33 lines
617 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
@IBOutlet
@IBDesignable
@IBAction
@IBInspectable
@class_protocol
@exported
@noreturn
@NSCopying
@NSManaged
@objc
@UIApplicationMain
@auto_closure
----------------------------------------------------
[
["atrule", "@IBOutlet"],
["atrule", "@IBDesignable"],
["atrule", "@IBAction"],
["atrule", "@IBInspectable"],
["atrule", "@class_protocol"],
["atrule", "@exported"],
["atrule", "@noreturn"],
["atrule", "@NSCopying"],
["atrule", "@NSManaged"],
["atrule", "@objc"],
["atrule", "@UIApplicationMain"],
["atrule", "@auto_closure"]
]
----------------------------------------------------
Checks for at-rules.