shrub/pkg/base-dev/mar/language-server/rpc/notification.hoon
2021-08-10 16:13:27 +03:00

19 lines
296 B
Plaintext

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