mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
glsl: Highlight null as builtin constant (#51680)
Mostly just a test to check whether everything works properly now. Release Notes: - N/A
This commit is contained in:
parent
fa7182b6ba
commit
7b35337b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
(system_lib_string)
|
||||
] @string
|
||||
|
||||
(null) @constant
|
||||
(null) @constant.builtin
|
||||
|
||||
[
|
||||
(number_literal)
|
||||
|
|
|
|||
Loading…
Reference in a new issue