-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
C-enhancementCategory: ImprovementsCategory: Improvements
Description
Enhancement
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
π‘ LSP
- Goto definition was added to sourcekit-lsp last year π
- Show docs also works
- Errors
expected '{'
are still emitted
Preview
demo.mp4
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: ImprovementsCategory: Improvements