summaryrefslogtreecommitdiff
path: root/support/textpad/README
blob: 92d64f968b4bbdd1e718a6ca4e860f74443aa1ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
* Introduction

This directory contains an additional syntax definition file (.syn) for
Scala programs.

More information about TextPad (Windows only) is available from:

   http://www.textpad.com/

* Installation

Copy the file "scala.syn" to the following location:

   <TextPad_instdir>/system/

Start the TextPad text editor with NO opened files. Select the entry
"New Document Class.." from the menu "Configure" and follow the
instructions. For example:

   Document class name       : Scala
   Class members             : *.scala
   Syntax definition file    : scala.syn
   Enable syntax highlighting: yes

From that point on, loading a file whose name ends in ".scala" automatically
turns Scala mode on.

* Thanks

scala.syn was contributed by Moez A. Abdel-Gawad (moez@cs.rice.edu)

* Version

$Id$