Add more builtins
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
;; types
|
;; types
|
||||||
("f32\\|vec[[:digit:]]" . font-lock-type-face)
|
("f32\\|vec[[:digit:]]" . font-lock-type-face)
|
||||||
;; built-ins
|
;; built-ins
|
||||||
("location\\|builtin" . font-lock-builtin-face)
|
("location\\|builtin\\|group\\|binding\\|block" . font-lock-builtin-face)
|
||||||
))
|
))
|
||||||
|
|
||||||
(define-derived-mode wgsl-mode c-mode "wgsl"
|
(define-derived-mode wgsl-mode c-mode "wgsl"
|
||||||
|
|||||||
Reference in New Issue
Block a user