|
You are here |
www.markusdosch.com | ||
| | | | |
thottingal.in
|
|
| | | | | 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 | |
| | | | |
sarasoueidan.com
|
|
| | | | | - The personal website of Sara Soueidan, inclusive design engineer | |
| | | | |
www.synesthesia.co.uk
|
|
| | | | | "MTCodeBeautifier":https://voisen.org/archives/projects/000239.php MTCodeBeautifier is a plugin for Movable Type that provides syntax highlighting and code beautification (indenting, etc.) on input for a variety of programming languages. | |
| | | | |
www.joeltok.com
|
|
| | | Introduction In this article we aim to develop a fundamental understanding of what Web Components are, by methodically and comprehensively building and modifying our own standalone Web Component through a variety of patterns. Let's jump right in. The Component - A Terrapin Card To start off, let's build our first Web Component and render it with an html file. I like pets, and I used to keep terrapins, so let's use that as an example. | ||