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

https://github.com/vigo/textmate-nanorc.tmbundle

.nanorc bundle for TextMate
https://github.com/vigo/textmate-nanorc.tmbundle

nano textmate-bundle textmate-grammar

Last synced: 8 months ago
JSON representation

.nanorc bundle for TextMate

Awesome Lists containing this project

README

          

![Version](https://img.shields.io/badge/version-1.0.0-yellow.svg)
![TextMate](https://img.shields.io/badge/textmate-1-green.svg)
![TextMate](https://img.shields.io/badge/textmate-2-green.svg)

# `nanorc` Config Bundle for TextMate

Little helper / syntax highlighter for GNU `nano`.

![Example screen](Screen/screen.png ".nanorc")

## Install

```bash
$ cd "${HOME}/Library/Application Support/TextMate/Bundles/"

# if you don’t have Bundles folder;
# $ mkdir "${HOME}/Library/Application Support/TextMate/Bundles"
#

$ git clone https://github.com/vigo/textmate-nanorc.tmbundle.git
```

Now restart your TextMate!

```bash
$ mate ~/.nanorc
```