YAML Syntax Highlighting in gedit
Reference URLS:
cd /tmp && svn checkout http://masood.googlecode.com/svn/trunk/yaml-language-spec/
cd yaml-language-spec/
sudo cp yaml.lang /usr/share/gtksourceview-3.0/language-specs/
sudo chmod 644 /usr/share/gtksourceview-3.0/language-specs/yaml.lang
http://blog.dentcat.com/2009/09/highlighting-yaml-in-gedit_02.htmlsudo yum install subversion
http://codesauce.com/posts/gedit3-yaml-syntax-highlighting/
http://superuser.com/questions/353391/custom-gedit-syntax-highlighting-for-dummies
cd /tmp && svn checkout http://masood.googlecode.com/svn/trunk/yaml-language-spec/
cd yaml-language-spec/
sudo cp yaml.lang /usr/share/gtksourceview-3.0/language-specs/
sudo chmod 644 /usr/share/gtksourceview-3.0/language-specs/yaml.lang
This helped me a lot, thanks!
ReplyDelete