@@ -67,3 +67,13 @@ name = "binary"
|
|||||||
[language.debugger.templates.args]
|
[language.debugger.templates.args]
|
||||||
program = "{0}"
|
program = "{0}"
|
||||||
runInTerminal = true
|
runInTerminal = true
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "gotmpl"
|
||||||
|
scope = "source.gotmpl"
|
||||||
|
injection-regex = "gotmpl"
|
||||||
|
file-types = ["gotmpl", "tmpl"]
|
||||||
|
comment-token = "//"
|
||||||
|
block-comment-tokens = { start = "/*", end = "*/" }
|
||||||
|
language-servers = ["gopls"]
|
||||||
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
Reference in New Issue
Block a user