summaryrefslogtreecommitdiff
path: root/support/latex
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2003-03-18 11:19:21 +0000
committerMartin Odersky <odersky@gmail.com>2003-03-18 11:19:21 +0000
commit31b5dceeb144c7aa99aa153e4184cbb3b45110e0 (patch)
tree3ac5d7375b94b31ee0727f0a4999adb6298fe179 /support/latex
parentbbea05c3f79c1135c30c075545ffa604fdf7b68d (diff)
downloadscala-31b5dceeb144c7aa99aa153e4184cbb3b45110e0.tar.gz
scala-31b5dceeb144c7aa99aa153e4184cbb3b45110e0.tar.bz2
scala-31b5dceeb144c7aa99aa153e4184cbb3b45110e0.zip
*** empty log message ***
Diffstat (limited to 'support/latex')
-rw-r--r--support/latex/verbfilterScala.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/latex/verbfilterScala.java b/support/latex/verbfilterScala.java
index 48dc477257..a2b1043a0f 100644
--- a/support/latex/verbfilterScala.java
+++ b/support/latex/verbfilterScala.java
@@ -7,9 +7,9 @@ public class verbfilterScala {
static String[] reserved = {
"abstract", "case", "class", "def", "do", "else",
"extends", "false", "final", "for", "if", "import",
- "module", "new", "null", "outer", "override", "package",
- "private", "protected", "super", "this", "true", "type",
- "val", "var", "with", "yield"};
+ "module", "new", "null", "override", "package",
+ "private", "protected", "super", "this", "trait",
+ "true", "type", "val", "var", "with", "yield"};
static final int TABINC = 8;