Skip to content

jhradilek/geany-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Geany Snippets

Description

The geany-snippets repository provides a collection of code snippets for Geany. In particular, it provides snippets for the following file types:

Installation

To install snippets for a particular file type, change to the directory with your local copy of this repository, and copy the contents of the relevant file to the $HOME/.config/geany/snippets.conf file:

cat <filetype>_snippets.conf >> ~/.config/geany/snippets.conf

For example, to install the snippets for the DocBook XML language, type:

cat docbook_snippets.conf >> ~/.config/geany/snippets.conf

The snippets are loaded automatically the next time you start the editor.

Copyright

Copyright © 2011, 2013 Jaromir Hradilek

This program is free software; see the source for copying conditions. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

About

DocBook and Mallard snippets for Geany

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published