This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit f2a83b5ef6b85968d3f33dc86cea85b5d14c4670
tree 5e07c9b38a7262b7d1005c97231acaafd428e4c1
parent 56f41f2948a01f431d34120838b719d82c9fda29
tree 5e07c9b38a7262b7d1005c97231acaafd428e4c1
parent 56f41f2948a01f431d34120838b719d82c9fda29
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
language-specs/ | ||
| |
mime-packages/ |
README
== Gedit Extensions Here are some extensions for Ruby/Rails developpers using gedit. I found them on the web and written some parts, so if you recognize your work, let me know! == Install For MIME packages : $ sudo cp <package>.xml /usr/share/mime/packages/ $ sudo update-mime-database /usr/share/mime For syntax files (.lang) $ sudo cp <syntax>.lang /usr/share/gtksourceview-2.0/language-specs/ Restart gedit if it's already running == MIME packages rails.xml: - RHTML Template (*.rhtml, *.erb) - Ruby JavaScript (*.rjs) - Ruby Rakefile (Rakefile) - Ruby Rake Task (*.rake) - Ruby XML Template (*.rxml, *.builder) - YAML Document (*.yml) - Haml Template (*.haml) - Sass Stylesheet (*.sass) == Language Specs haml.lang: Specs for the Haml templating language sass.lang: Specs for the Sass Stylesheet language








