summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2005-11-21 12:44:48 +0000
committerMartin Odersky <odersky@gmail.com>2005-11-21 12:44:48 +0000
commitb83bbad3113a93a2732021db27684c1fec4ba387 (patch)
tree1f2fb23a167ee45320e4c19bf7e201e6d938524e /support
parent599345037c02cb147bf109a784bd97d8dd0d1de5 (diff)
downloadscala-b83bbad3113a93a2732021db27684c1fec4ba387.tar.gz
scala-b83bbad3113a93a2732021db27684c1fec4ba387.tar.bz2
scala-b83bbad3113a93a2732021db27684c1fec4ba387.zip
*** empty log message ***
Diffstat (limited to 'support')
-rw-r--r--support/latex/verbfilterScala.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/latex/verbfilterScala.java b/support/latex/verbfilterScala.java
index 4400be06c0..f65c0e7ba0 100644
--- a/support/latex/verbfilterScala.java
+++ b/support/latex/verbfilterScala.java
@@ -9,7 +9,7 @@ public class verbfilterScala {
"do", "else", "extends", "false", "final",
"finally", "for", "if", "import", "new",
"null", "object", "override", "package", "private",
- "protected", "return", "sealed", "super", "this",
+ "protected", "requires", "return", "sealed", "super", "this", "throw",
"trait", "true", "try", "type", "val",
"var", "while", "with", "yield"};