Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norio-nomura/linter-sourcekitten-syntax
Provide syntax information to Swift files using sourcekitten
https://github.com/norio-nomura/linter-sourcekitten-syntax
Last synced: 1 day ago
JSON representation
Provide syntax information to Swift files using sourcekitten
- Host: GitHub
- URL: https://github.com/norio-nomura/linter-sourcekitten-syntax
- Owner: norio-nomura
- License: mit
- Created: 2016-02-20T02:55:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T03:01:35.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T01:57:51.618Z (5 days ago)
- Language: CoffeeScript
- Size: 185 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
linter-sourcekitten-syntax
==========================This linter plugin for [Linter](https://github.com/AtomLinter/Linter) provides an interface to SourceKitten's syntax information. Used with files that have the `Swift` syntax.
![screenshot1](https://raw.githubusercontent.com/norio-nomura/linter-sourcekitten-syntax/master/screenshots/screenshot1.png)
## Installation
As well, install [SourceKitten](https://github.com/jpsim/SourceKitten/).
### Plugin installation
```
$ apm install linter-sourcekitten-syntax
```## Settings
You can configure linter-sourcekitten-syntax by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):
```cson
"linter-sourcekitten-syntax":
sourcekittenExecutablePath: "/usr/local/bin/sourcekitten"
```