topmark.filetypes.builtins.web¶
topmark / filetypes / builtins / web
Web and frontend assets.
Includes markup, stylesheets, vector graphics, and browser/Node-oriented languages and frameworks.
Exports
FILETYPES: Concrete definitions for HTML, XML, XHTML, XSL/XSLT, SVG, JavaScript, TypeScript, CSS, Less, SCSS, Stylus, Vue, and Svelte.
Notes
- JavaScript/TypeScript allow shebangs for Node.js executables (
#!/usr/bin/env node). - Stylesheet formats generally enforce a blank line after the header block.