Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tayloraswift/atomic-blonde
SourceKit-based syntax highlighting for the Swift language
https://github.com/tayloraswift/atomic-blonde
atom sourcekit swift-language syntax-highlighting
Last synced: 3 months ago
JSON representation
SourceKit-based syntax highlighting for the Swift language
- Host: GitHub
- URL: https://github.com/tayloraswift/atomic-blonde
- Owner: tayloraswift
- Archived: true
- Created: 2018-05-23T01:58:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T19:47:41.000Z (over 2 years ago)
- Last Synced: 2024-09-25T20:38:54.120Z (3 months ago)
- Topics: atom, sourcekit, swift-language, syntax-highlighting
- Language: C++
- Homepage: https://atom.io/packages/atomic-blonde
- Size: 208 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Platforms](https://img.shields.io/badge/platforms-linux-lightgrey.svg)](https://swift.org)
> GitHub has announced they are [deprecating](https://github.blog/2022-06-08-sunsetting-atom/) the Atom text editor. Accordingly, we will also be deprecating `atomic-blonde`.
*Atomic-blonde* is a *SourceKit*-based syntax highlighter for the swift language. Unlike highlighters powered by regular expression grammars, *atomic-blonde* calls into your swift compiler installation to provide perfect, accurate syntax highlighting. The highlights you see in atom are the same ones the swift compiler sees.
***Atomic-blonde* requires a [*swiftenv*](https://github.com/kylef/swiftenv) installation to work.** The version of swift *atomic-blonde* uses is the same version of swift (global or local) that *swiftenv* is set to for a particular project.
![](doc/png/screenshot.png)