File: marko.coffee
Defined in: | src/languages |
Variables Summary
- module.exports =
-
{ name: "Marko", namespace: "marko", fallback: ['html'], /* Supported Grammars */ grammars: ["Marko"], /* Supported extensions */ extensions: ["marko"], options: [] }