|
You are here |
rys.sommefeldt.com | ||
| | | | |
www.stevenhicks.me
|
|
| | | | | Did you know your blog's syntax highlighter probably has support for highlighting code diffs? I didn't. | |
| | | | |
logr.cogley.info
|
|
| | | | | Was pleasantly suprised at how easy it is to get syntax highlighting going in Hugo, since its inclusion of the fast Golang-based «Chroma» library, and even making it backward compatible with most pygments settings. My config.toml contains the following: 1 2 3 4 pygmentsOptions = "linenos=table" pygmentsCodeFences = "true" pygmentsCodefencesGuessSyntax = "true" pygmentsStyle = "tango" ... and to get it to work you just use a code fence (three backticks) specifying the language like: | |
| | | | |
visualstudioextensions.vlasovstudio.com
|
|
| | | | | ESharper is an Excel add-in that lets you write user defined functions and commands using C# interactively in a live Excel session. v2.0.0 lets you edit function and command code with IntelliSense and syntax highlighting in Visual Studio 2022: Download the installer. | |
| | | | |
friendgineers.rosenshein.org
|
|
| | | Leon's musings on software development | ||