PrismJS / prism

Lightweight, robust, elegant syntax highlighting.

Home Page:https://prismjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Language request] Smithy support

kubukoz opened this issue · comments

Language

Smithy - it's an IDL from AWS, used to describe APIs, events and other contracts.

Already supported in GitHub, e.g.

$version: "2"

namespace hello

@http(uri: "/foo", method: "GET")
operation GetHello {
  input := {
    @httpHeader("x-greeting") @required s: String
  }
}

Additional resources