Skip to content

mitko/turtle_gedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

README

This repository offers N3/Turle syntax highlighting for GNOME gedit.

Installation

Tested with Ubuntu 14.04.

# check if mime types "text/n3" and "text/turtle" are correcty registered
$ xdg-mime query filetype path/to/somefile.ttl 
text/plain
# .. same for n3

# install mime type if needed
$ wget -P /tmp https://raw.githubusercontent.com/rmuller/turtle_gedit/master/n3.lang && xdg-mime install --novendor /tmp/n3.lang

# check again
$ xdg-mime query filetype path/to/somefile.ttl
text/turtle

# Okay, no add syntax highlighting file for gedit
$ sudo wget -P /usr/share/gtksourceview-3.0/language-specs/ https://raw.githubusercontent.com/rmuller/turtle_gedit/master/n3.lang

Written by Ronald Muller at 2014-08-24. Ohloh profile for ronaldmuller

About

Turtle syntax highlighting for gEdit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published