summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
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"};