# HTTP request highlighter

This SDK-bundled DLC adds syntax highlighting for `.http` and `.rest` HTTP Client
files to Eden Editor. It highlights request methods and targets, headers,
variables, comments, request separators, response status lines, and common JSON
body tokens.

The package is also a small, dependency-free example of the public
`@edenapp/editor-dlc` line-highlighter contract.

Open [`examples/demo.http`](examples/demo.http) in Eden Editor to inspect every
supported token style.
