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.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/latex/verbfilterScala.java b/support/latex/verbfilterScala.java
index a2b1043a0f..67de443798 100644
--- a/support/latex/verbfilterScala.java
+++ b/support/latex/verbfilterScala.java
@@ -7,7 +7,7 @@ public class verbfilterScala {
static String[] reserved = {
"abstract", "case", "class", "def", "do", "else",
"extends", "false", "final", "for", "if", "import",
- "module", "new", "null", "override", "package",
+ "module", "new", "null", "object", "override", "package",
"private", "protected", "super", "this", "trait",
"true", "type", "val", "var", "with", "yield"};