urbit/pkg/arvo/mar/language-server/rpc/notification.hoon
2020-01-22 11:30:07 +10:00

17 lines
251 B
Plaintext

/- *language-server
/+ lsp-json=language-server-json
|_ not=all:notification
++ grab
|%
++ noun not
++ json
|= jon=^json
(notification:dejs:lsp-json jon)
--
++ grow
|%
++ json
(notification:enjs:lsp-json not)
--
--