swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.27k stars 272 forks source link

Metal Shaders support #1586

Open yaroslavyaroslav opened 1 month ago

yaroslavyaroslav commented 1 month ago

Description

Currently when I'm opening metal and defining it as a c++ scope I got AST error from sourcekit-lsp. This way there's actually a lack of metal shaders development support out of Xcode in both completion and diagnostic. It would be great to bring such support to sourcekit-lsp even though metal is Apple's proprietary technology.

ahoppen commented 1 month ago

Synced to Apple’s issue tracker as rdar://132478984