summaryrefslogtreecommitdiff
path: root/context
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-06-25 13:51:38 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2018-06-25 13:51:38 +0200
commit052a096e160508ddbbbfcbf1522eb8ddbfc3b1cd (patch)
tree56909e4ba4f9e8609b153fc1ce19284485c6c3ec /context
parent00e28123f9c3e7393ea0a49052bc0a3b91a0db4f (diff)
downloadcontext-052a096e160508ddbbbfcbf1522eb8ddbfc3b1cd.tar.gz
2018-06-25 12:28:00
Diffstat (limited to 'context')
-rw-r--r--context/data/scite/context/lexers/scite-context-lexer-pdf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/context/data/scite/context/lexers/scite-context-lexer-pdf.lua b/context/data/scite/context/lexers/scite-context-lexer-pdf.lua
index b6898b874..1956071b7 100644
--- a/context/data/scite/context/lexers/scite-context-lexer-pdf.lua
+++ b/context/data/scite/context/lexers/scite-context-lexer-pdf.lua
@@ -90,7 +90,7 @@ local t_number = token("number", real)
-- t_reference = token("number", cardinal)
-- * t_spacing
-- * token("number", cardinal)
-local t_reserved = token("number", P("true") + P("false") + P("NULL"))
+local t_reserved = token("number", P("true") + P("false") + P("null"))
-- t_reference = token("warning", cardinal * spacing * cardinal * spacing)
-- * token("keyword", p_reference)
local t_reference = token("warning", cardinal)