Skip to content

Commit

Permalink
Add application/vscode-jsonrpc handler
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Aug 8, 2024
1 parent ff9f9b4 commit ae0c111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verb.el
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ header value (\"charset=utf-8\")."
("text/html" html-mode)
("\\(application\\|text\\)/xml" xml-mode)
("application/xhtml\\+xml" xml-mode)
("application/json" verb-handler-json)
("application/\\(json\\|vscode-jsonrpc\\)" verb-handler-json)
("application/javascript" js-mode)
("application/css" css-mode)
("text/plain" text-mode)
Expand Down

0 comments on commit ae0c111

Please sign in to comment.