You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider adding swiftinterface to recognised file-types for swift language.
Context
.swiftinterface files as the name suggests describe an interface of a module. The syntax matches that of the swift, without function bodies. It's fairly common to look through these files since they contain inline documentation.
Support
🟢 Tree-sitter
The highlights appear to be working (recovering) well even for +50k lines large files
Feel free to open a PR. The diagnostics issue is a problem on the language server side unless there's some config we can add for the language server to not emit those.
Enhancement
Consider adding
swiftinterface
to recognisedfile-types
for swift language.Context
.swiftinterface
files as the name suggests describe an interface of a module. The syntax matches that of the swift, without function bodies. It's fairly common to look through these files since they contain inline documentation.Support
🟢 Tree-sitter
🟡 LSP
expected '{'
are still emittedPreview
demo.mp4
The text was updated successfully, but these errors were encountered: