File: gohtml.coffee
Defined in: | src/languages |
Variables Summary
- module.exports =
-
{ name: "Golang Template", description: "Comma-Separated Values", namespace: "gohtml", fallback: ["html"], /* Supported Grammars */ grammars: ["HTML (Go)", "Go Template"], /* Supported extensions */ extensions: ['gohtml'], defaultBeautifier: "Pretty Diff", options: [] }