summaryrefslogtreecommitdiff
path: root/support/latex/verbfilterScala.java
diff options
context:
space:
mode:
Diffstat (limited to 'support/latex/verbfilterScala.java')
-rw-r--r--support/latex/verbfilterScala.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/support/latex/verbfilterScala.java b/support/latex/verbfilterScala.java
index a03714ec7e..48dc477257 100644
--- a/support/latex/verbfilterScala.java
+++ b/support/latex/verbfilterScala.java
@@ -6,10 +6,10 @@ public class verbfilterScala {
static String[] reserved = {
"abstract", "case", "class", "def", "do", "else",
- "extends", "final", "for", "if", "import",
- "let", "module", "new", "null", "outer", "override",
- "package", "private", "protected", "qualified", "super",
- "this", "type", "val", "var", "with", "yield"};
+ "extends", "false", "final", "for", "if", "import",
+ "module", "new", "null", "outer", "override", "package",
+ "private", "protected", "super", "this", "true", "type",
+ "val", "var", "with", "yield"};
static final int TABINC = 8;