URI: 
       README.md - geomyidae - A small C-based gopherd.
  HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR 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/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