2023-02-12 21:03:02 +01:00
|
|
|
((comment) @injection.content
|
|
|
|
(#set! injection.language "comment"))
|
2023-03-05 19:41:18 +01:00
|
|
|
|
|
|
|
; ((section) @injection.content
|
|
|
|
; (#set! injection.language "comment"))
|
|
|
|
|
|
|
|
((section
|
|
|
|
(attribute
|
|
|
|
(identifier) @_type
|
|
|
|
(string) @_is_shader)
|
|
|
|
(property
|
|
|
|
(path) @_is_code
|
|
|
|
(string) @injection.content))
|
|
|
|
(#match? @_type "type")
|
|
|
|
(#match? @_is_shader "Shader")
|
|
|
|
(#eq? @_is_code "code")
|
|
|
|
(#set! injection.language "glsl")
|
|
|
|
)
|