vscode-go-template icon indicating copy to clipboard operation
vscode-go-template copied to clipboard

No worked in `toml` files

Open amurchick opened this issue 1 year ago • 0 comments

Version: v0.2.1 VS Code: 1.84.2

Settings:

{
    "go-template.languages": [
        "toml"
    ],
    "go-template.patterns": [
        "**/*.toml"
    ]
}

No highlight ( image

amurchick avatar Nov 21 '23 03:11 amurchick