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
- Host: GitHub
- URL: https://github.com/sanssecours/style-check.tmbundle
- Owner: sanssecours
- Created: 2016-05-31T15:52:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T12:33:15.000Z (over 8 years ago)
- Last Synced: 2025-03-15T04:05:09.607Z (3 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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
```