colinta / decent-swift-syntax

Uses the new `sublime-syntax` format, which is super easy to work with.
MIT License
62 stars 12 forks source link

add .swiftinterface as a file extension #24

Closed rwols closed 4 years ago

rwols commented 4 years ago

There are files called .swiftinterface that can be highlighted with this syntax. Please add it to the file_extensions in Swift.sublime-syntax.

colinta commented 4 years ago

Sure, added. In the future, please consider making a PR instead, it really helps me out on small changes like this one. 😄

Available in 2.6.6, along with the preprocessor changes.