aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 07fcaef72bdfcfa3707f6ce63dd559b62aac4897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Sublime manual page syntax

Sublime text 3 syntax highlighting for man pages supporting different \*roff (example of \*roff: roff, groff, nroff and etc)

# Installation:

Copy `man.sublime-syntax` into `path/to/subl-text-3/Data/Packages/User` folder

For example here is the path to sublime text folder in my Linux: `~/.config/sublime-text-3/Packages/User`

# Screenshot:

![](syntax-screenshot.png)
![](syntax-screenshot2.png)

# Useful links:

* [groff](https://www.gnu.org/software/groff/manual/groff.html)
* [Oniguruma Regular Expressions Version 5.9.1](https://raw.githubusercontent.com/kkos/oniguruma/5.9.6/doc/RE)
* [Sublime text syntax](http://www.sublimetext.com/docs/syntax.html)