Skip to content

RobotsAndPencils/stencil-xclangspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stencil-xclangspec

Xcode syntax highlighting for Stencil

This is fairly naive and not as complete as the Stencil-provided syntax highlighting for other editors. The xclangspec format is not documented and so is based on other existing examples.

Supported Xcode Versions

Xcode will only attempt to load an .ideplugin if its Info.plist contains a UUID that matches the DVTPlugInCompatibilityUUID value in the Xcode's Info.plist. This UUID changes with each version of Xcode, so plugin authors need to keep adding UUIDs for each new Xcode that's released. This plugin should support recent Xcode versions up to 10.3.

Xcode 11 doesn't seem to support user-installed .xclangspecs, even though it loads the .ideplugin and supports the defined filetype, so this plugin won't support those versions.

Resources

About

Xcode syntax highlighting for Stencil

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages