All Projects → mkllnk → gedit-rails-extensions

mkllnk / gedit-rails-extensions

Licence: LGPL-3.0, GPL-3.0 licenses found Licenses found LGPL-3.0 COPYING.LESSER GPL-3.0 COPYING
Ruby on Rails MIME and syntax files for gedit

Programming Languages

Makefile
30231 projects

Projects that are alternatives of or similar to gedit-rails-extensions

bioSyntax-archive
Syntax highlighting for computational biology
Stars: ✭ 16 (-64.44%)
Mutual labels:  gedit
gedi
a python code completion plugin for gedit3+
Stars: ✭ 33 (-26.67%)
Mutual labels:  gedit
gedit-file-search
Gedit plugin to search a text in all files in a directory
Stars: ✭ 41 (-8.89%)
Mutual labels:  gedit
rubybuntu-gedit
Ruby/Rails/Web related gedit language definitions, mime types, styles and snippets.
Stars: ✭ 15 (-66.67%)
Mutual labels:  gedit
pymolsnips
Pymolsnips is a library of PyMOL scripting language code fragments for several popular text editors.
Stars: ✭ 19 (-57.78%)
Mutual labels:  gedit
gracer
a rust code completion plugin for gedit
Stars: ✭ 35 (-22.22%)
Mutual labels:  gedit
gedit-external-tools
A repository for useful and handy snippets for gedit's external tools plugin
Stars: ✭ 13 (-71.11%)
Mutual labels:  gedit
gedit-plugin-markdown preview
A gedit plugin previewing markdown (.md) documents
Stars: ✭ 79 (+75.56%)
Mutual labels:  gedit

Gedit Rails Extensions

Here are some extensions for Ruby/Rails developers using gedit.

Install

The contained Makefile installs the MIME packages and syntax files to the system directories.

sudo make install
sudo update-mime-database /usr/share/mime

Restart gedit if it's already running.

For manually installing MIME packages:

sudo cp mime-packages/rails.xml /usr/share/mime/packages/
sudo update-mime-database /usr/share/mime

For manually installing syntax files (.lang):

sudo cp language-specs/*.lang /usr/share/gtksourceview-2.0/language-specs/ # for gedit-2
sudo cp language-specs/*.lang /usr/share/gtksourceview-3.0/language-specs/ # for gedit-3

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
  • rhtml.lang: Specs for the old Ruby HTML file type
  • sass.lang: Specs for the Sass Stylesheet language
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].