<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi,&nbsp;</div><div class="">I am trying to understand why sourceKit is reporting `static` as a&nbsp;<span style="font-family: Menlo; font-size: 11px; background-color: rgb(255, 255, 255);" class="">"source.lang.swift.syntaxtype.keyword"</span>&nbsp;instead of a&nbsp;<span style="background-color: rgb(255, 255, 255);" class=""><font face="Menlo" class=""><span style="font-size: 11px;" class="">“source.lang.swift.syntaxtype.attribute.builtin”?</span></font></span></div><div class=""><span style="font-family: Menlo; font-size: 11px; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class="">All the modifiers in this list (except for class and static) are `builtin`&nbsp;<a href="https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/Declarations.html#//apple_ref/swift/grammar/declaration-modifiers" class="">https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/Declarations.html#//apple_ref/swift/grammar/declaration-modifiers</a></div><div class=""><br class=""></div><div class="">I am trying to build a linting rule to enforce a consistent order of these attributes. &nbsp;<a href="https://github.com/realm/SwiftLint/issues/387" class="">https://github.com/realm/SwiftLint/issues/387</a></div><div class=""><br class=""></div><div class="">Thanks</div></body></html>