mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Add comment injections for GLSL and Proto (#53058)
Release Notes: - N/A
This commit is contained in:
parent
a48bab76e8
commit
24b041d48f
2 changed files with 4 additions and 0 deletions
2
extensions/glsl/languages/glsl/injections.scm
Normal file
2
extensions/glsl/languages/glsl/injections.scm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
2
extensions/proto/languages/proto/injections.scm
Normal file
2
extensions/proto/languages/proto/injections.scm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
Loading…
Reference in a new issue