# pastebin a simple and lightweight pastebin service written in go and templ ## Usage ``` $ ./pastebin -help Usage of ./pastebin: -addr string socket address to bind to (default ":3000") -max-size int maximum size of a paste in bytes (default 32kB) ``` ## Highlighting To get syntax highlighting, you must add the file extension at the end of your paste URL: `/.` Supported languages can be found [here](https://github.com/alecthomas/chroma/tree/master?tab=readme-ov-file#supported-languages) ### Themes Themes can be applied by specifying in the URL: `/./` [List of available themes](https://github.com/alecthomas/chroma/tree/master/styles)