diff options
author | Joursoir <chat@joursoir.net> | 2021-06-29 11:48:08 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-06-29 11:48:08 +0000 |
commit | f9cbfc1969d7f1d83da764f5f53fd53469830a78 (patch) | |
tree | bd3cacdea1d9276b6a4c29c8005534a8be9d60e2 | |
parent | b56da1ab6f28b89a372bf8ff4f39ffeea73d577f (diff) | |
download | subl-syntax-man-f9cbfc1969d7f1d83da764f5f53fd53469830a78.tar.gz subl-syntax-man-f9cbfc1969d7f1d83da764f5f53fd53469830a78.tar.bz2 subl-syntax-man-f9cbfc1969d7f1d83da764f5f53fd53469830a78.zip |
add readme
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d396e4f --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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)
\ No newline at end of file |