diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-07-08 22:28:51 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-07-08 23:37:00 +0200 |
| commit | 6d18b93ce7e38303727040b4919b651c000632e8 (patch) | |
| tree | 4b663d548ba5976228208b6445eab14d787ff0e8 /queries/zig | |
| parent | d9baef30f37e70c75bd93dc720a8adf4563d28b2 (diff) | |
highlights(zig): highlight true,false
Diffstat (limited to 'queries/zig')
| -rw-r--r-- | queries/zig/highlights.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/queries/zig/highlights.scm b/queries/zig/highlights.scm index 0aaae646..4ced636d 100644 --- a/queries/zig/highlights.scm +++ b/queries/zig/highlights.scm @@ -82,7 +82,6 @@ "error" "export" "extern" - "false" "for" "if" "inline" @@ -102,7 +101,6 @@ "switch" "test" ; "threadlocal" - "true" "try" ; "undefined" "union" @@ -113,6 +111,11 @@ "while" ] @keyword +[ + "true" + "false" +] @boolean + "return" @keyword.return "fn" @keyword.function |
