This package provides the following services:
linter-prolog
This linter plugin for Linter uses SWI or SICStus Prolog to lint Prolog source files.
Installation
Call
$ apm install linter-prolog
from the command line or install linter-prolog using the preferences.
The two packages language-prolog by Jakehp and Linter will be installed automatically. You do not need to worry about dependencies.
Contributing
Feel free to provide feature requests or bug reports using the link above.
Code contributions are greatly appreciated. Please fork this repository and open a pull request.
Please note that modifications should follow these coding guidelines:
- Indent is 2 spaces.
- Code should pass coffeelint linter. This is automatically verified by travis-ci.