Google Groups Home
Help | Sign in
Gedit syntax highlighting
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
IvanK  
View profile  
 More options Nov 17 2007, 6:42 am
From: IvanK <IKe...@gmail.com>
Date: Sat, 17 Nov 2007 03:42:01 -0800 (PST)
Local: Sat, Nov 17 2007 6:42 am
Subject: Gedit syntax highlighting
I've recently updated to Ubuntu Gutsy Gibbon, which comes with
gtksourceview2.0 and they a new syntax format. Anyway, I use gedit a
lot, so I made a quick highlighting for haml/sass, that work quite
well:

add haml/sass mime types to gnome

wget http://riznlog.com/assets/2007/11/9/rails.xml
sudo cp rails.xml /usr/share/mime/packages/rails.xml
sudo update-mime-database /usr/share/mime

and then put these syntax files in the language-specs folder of gedit

wget http://riznlog.com/assets/2007/11/9/gedit_rails_syntax.zip
sudo unzip gedit_rails_syntax.zip -d /usr/share/gtksourceview-2.0/
language-specs


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nathan Weizenbaum  
View profile  
 More options Nov 18 2007, 4:38 am
From: Nathan Weizenbaum <nex...@gmail.com>
Date: Sun, 18 Nov 2007 01:38:40 -0800
Local: Sun, Nov 18 2007 4:38 am
Subject: Re: [haml] Gedit syntax highlighting
Cool, I've added it to the syntax highlighting page. Thanks.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christophe  
View profile  
 More options Nov 19 2007, 3:48 pm
From: Christophe <tsela...@gmail.com>
Date: Mon, 19 Nov 2007 12:48:29 -0800 (PST)
Local: Mon, Nov 19 2007 3:48 pm
Subject: Re: Gedit syntax highlighting
On Nov 17, 12:42 pm, IvanK <IKe...@gmail.com> wrote:

Great, I've been trying to create those myself, but I'm not familiar
enough with Gedit and Haml yet to pull it off.

However, the link to the ZIP file is dead (404 error). Could you
repost your syntax files? Thanks in advance.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
IvanK  
View profile  
 More options Jan 13 2008, 6:47 am
From: IvanK <IKe...@gmail.com>
Date: Sun, 13 Jan 2008 03:47:32 -0800 (PST)
Local: Sun, Jan 13 2008 6:47 am
Subject: Re: Gedit syntax highlighting
I've moved the files to the haml group itself, (they were on a blog
hosted on dreamhost, and there have been some problems with it -
http://blog.dreamhost.com/2008/01/07/how-ruby-on-rails-could-be-much-...)

so here's the new routine:

wget http://groups.google.com/group/haml/web/rails.xml
sudo cp rails.xml /usr/share/mime/packages/rails.xml
sudo update-mime-database /usr/share/mime

wget http://groups.google.com/group/haml/web/gedit_rails_syntax.zip
sudo unzip gedit_rails_syntax.zip -d /usr/share/gtksourceview-2.0/
language-specs

On Nov 17 2007, 1:42 pm, IvanK <IKe...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nathan Weizenbaum  
View profile  
 More options Jan 13 2008, 6:32 pm
From: "Nathan Weizenbaum" <nex...@gmail.com>
Date: Sun, 13 Jan 2008 15:32:07 -0800
Local: Sun, Jan 13 2008 6:32 pm
Subject: Re: [haml] Re: Gedit syntax highlighting

Okay, I've updated the highlighting page.

On Jan 13, 2008 3:47 AM, IvanK <IKe...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter  
View profile  
 More options Jan 26 2008, 10:05 am
From: Peter <peterdun...@gmail.com>
Date: Sat, 26 Jan 2008 07:05:28 -0800 (PST)
Local: Sat, Jan 26 2008 10:05 am
Subject: Re: Gedit syntax highlighting
I tried to install this, and everytinh went fine until the last
command: language-specs, which is unkown on my system (ubuntu gutsy)

Am i doing womething wrong? Did i perhaps deinstall something i need
here?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nathan Weizenbaum  
View profile  
 More options Jan 26 2008, 2:38 pm
From: Nathan Weizenbaum <nex...@gmail.com>
Date: Sat, 26 Jan 2008 11:38:54 -0800
Local: Sat, Jan 26 2008 2:38 pm
Subject: Re: [haml] Re: Gedit syntax highlighting
I think "language-specs" is just the last element of the path. Google
groups wraps things in a sometimes-awkward way.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter  
View profile  
 More options Jan 26 2008, 5:00 pm
From: Peter <peterdun...@gmail.com>
Date: Sat, 26 Jan 2008 14:00:59 -0800 (PST)
Local: Sat, Jan 26 2008 5:00 pm
Subject: Re: Gedit syntax highlighting
doh!

thanks, got it working now  :)

On Jan 26, 8:38 pm, Nathan Weizenbaum <nex...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google