summaryrefslogtreecommitdiff
path: root/support/gedit/README
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-02-11 12:41:32 +0000
committermichelou <michelou@epfl.ch>2005-02-11 12:41:32 +0000
commit863714d6cc617ed65e5f08a6c82ef85b05b21ea5 (patch)
tree17b24b5d01d4a5b7f3928fc61cd6d3be36abf5a7 /support/gedit/README
parentc05c10e3faa93715e85f7328693500fcb383d171 (diff)
downloadscala-863714d6cc617ed65e5f08a6c82ef85b05b21ea5.tar.gz
scala-863714d6cc617ed65e5f08a6c82ef85b05b21ea5.tar.bz2
scala-863714d6cc617ed65e5f08a6c82ef85b05b21ea5.zip
- syntax highlighting for Scala.
Diffstat (limited to 'support/gedit/README')
-rw-r--r--support/gedit/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/support/gedit/README b/support/gedit/README
new file mode 100644
index 0000000000..9cf88115dd
--- /dev/null
+++ b/support/gedit/README
@@ -0,0 +1,28 @@
+* Introduction
+
+This directory contains a GTK langage specification (.lang) for Scala
+programs. This language specification is used in particular by "gedit",
+the lightweight text editor for the Gnome Desktop.
+
+The latest revisions of the GTK language specifications are available from:
+
+ http://cvs.gnome.org/viewcvs/gtksourceview/gtksourceview/language-specs/
+
+* Installation
+
+Copy the "scala.lang" file to the following location:
+
+ ~/.gnome2/gtksourceview-1.0/language-specs/
+
+or alternatively to the location:
+
+ /usr/share/gtksourceview-1.0/language-specs/
+
+Restart your Gnome applications ("gedit", etc.).
+
+From that point on, loading a file whose name ends in ".scala" automatically
+turns Scala mode on.
+
+* Version
+
+$Id$