sekogan / MarkdownLight

Markdown syntax highlighting plugin and color scheme for Sublime Text 3
MIT License
41 stars 16 forks source link

Add syntax highlight for Go, Rust, and Swift between backticks #11

Closed cixtor closed 7 years ago

cixtor commented 7 years ago

GoRustSwift are popular programming languages that many developers are using for very interesting projects. In my specific case I have used them both in personal projects and to write about in my blog. This PR adds support for syntax-highlighting. If anyone else is interested in writing code in any of these tree languages while editing a Markdown file then these changes will be helpful.

Note: Swift is not supported by SublimeText, but there is a 3rd-party package — Swift for ST3

sekogan commented 7 years ago

Thanks for the PR and sorry for delay.