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/dir/with/gph-mode.el")) 19 (require 'gph-mode) 20 21 For additional verbosity visit: 22 23 https://www.gnu.org/software/emacs/manual/html_node/elisp/Auto-Major-Mode.html 24