mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
d9f7aaacaf
* languages: add CEL language and grammar * languages: add spicedb schema language * chore: docgen * runtime/queries: refine spicedb & cel highlights Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * languages: update spicedb --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
6 lines
139 B
Scheme
6 lines
139 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((caveat_expr) @injection.content
|
|
(#set! injection.language "cel"))
|