Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
```