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

https://github.com/sanssecours/style-check.tmbundle

TextMate support for Check Style
https://github.com/sanssecours/style-check.tmbundle

Last synced: 3 months ago
JSON representation

TextMate support for Check Style

Awesome Lists containing this project

README

        

# Style Check Bundle

This [TextMate][] bundle provides basic support for [Style Check](https://www.cs.umd.edu/~nspring/software/style-check-readme.html). Style Check is a tool that searches LaTeX formatted files for forbidden phrases.

[TextMate]: http://github.com/textmate/textmate

# Installation

```bash
mkdir -p "$HOME/Library/Application Support/TextMate/Bundles"
cd "$HOME/Library/Application Support/TextMate/Bundles"
git clone https://github.com/sanssecours/Style-Check.tmbundle
```