README.md - geomyidae - A small C-based gopherd. | |
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
README.md (538B) | |
--- | |
1 # gph format | |
2 | |
3 ## vim | |
4 * Here you find syntax highlighting for gph files for vim. | |
5 * Thanks dive on #gopherproject for contributing this! | |
6 | |
7 ### Installation | |
8 | |
9 cp vim/ftdetect/gph.vim ~/.vim/ftdetect | |
10 cp vim/syntax/gph.vim ~/.vim/syntax | |
11 | |
12 ## emacs | |
13 | |
14 ### Installation | |
15 | |
16 Add the following to your Emacs configuration file. | |
17 | |
18 (add-to-list 'load-path (concat user-emacs-directory "path/to/di… | |
19 (require 'gph-mode) | |
20 | |
21 For additional verbosity visit: | |
22 | |
23 https://www.gnu.org/software/emacs/manual/html_node/elisp/Auto-M… | |
24 |