Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/pascal/highlights.scm')
| -rw-r--r-- | runtime/queries/pascal/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/pascal/highlights.scm b/runtime/queries/pascal/highlights.scm index ed689573..b0ac383f 100644 --- a/runtime/queries/pascal/highlights.scm +++ b/runtime/queries/pascal/highlights.scm @@ -154,7 +154,7 @@ ; -- Literals -(literalNumber) @constant.builtin.numeric +(literalNumber) @constant.numeric (literalString) @string ; -- Builtin constants |