jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/crystal/attribute_feature.test
2016-02-03 18:00:01 -05:00

22 lines
462 B
Plaintext

@[AlwaysInline]
@[CallConvention("X86_StdCall")]
----------------------------------------------------
[
["attribute", [
["delimiter", "@["],
["constant", "AlwaysInline"],
["delimiter", "]"]
]],
["attribute", [
["delimiter", "@["],
["function", "CallConvention"], ["punctuation", "("], ["string", [ "\"X86_StdCall\"" ]], ["punctuation", ")"],
["delimiter", "]"]
]]
]
----------------------------------------------------
Checks for attributes.