/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

leebyron.com
| | thottingal.in
4.2 parsecs away

Travel
| | I just published a VS Code language extension to support OpenType feature files in the Adobe "AFDKO" format. The extension provides syntax highlighting and code snippet support. (Screenshot From Amiri font) The syntax highlighting patterns for AFDKO is based on the opentype-feature-bundle for Atom Editor by Kennet Ormandy which is based upon Brook Elgie's original Textmate bundle. The code snippets are based on the snippets prepared by Simon Cozens for AFDKO-SublimeText
| | logr.cogley.info
5.2 parsecs away

Travel
| | 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:
| | trestletech.com
5.0 parsecs away

Travel
| |
| | weberdominik.com
21.4 parsecs away

Travel
| With vertical tabs it's possible to have an overview over much more open files. Here's how to get it in VS Code.