Skip to content

Commit

Permalink
Replaced pluk with ooc =)
Browse files Browse the repository at this point in the history
  • Loading branch information
nddrylliog committed Jan 31, 2010
1 parent a7ddd25 commit 557eb01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile
@@ -1,8 +1,9 @@
#based upon http://live.gnome.org/Gedit/NewLanguage
#stolen/adapted from http://github.com/bartwe/pluk-gtksourceview

install:
mkdir -p ~/.local/share/gtksourceview-2.0/language-specs
mkdir -p ~/.local/share/mime/packages
cp -f pluk.lang ~/.local/share/gtksourceview-2.0/language-specs
cp -f pluk.xml ~/.local/share/mime/packages
cp -f ooc.lang ~/.local/share/gtksourceview-2.0/language-specs
cp -f ooc.xml ~/.local/share/mime/packages
cd ~/.local/share && update-mime-database mime
2 changes: 1 addition & 1 deletion README
@@ -1 +1 @@
GtkSourceView language definition file.
GtkSourceView language definition file.
File renamed without changes.
File renamed without changes.

0 comments on commit 557eb01

Please sign in to comment.