This commit is contained in:
Hyang-Ah Hana Kim 2023-02-26 13:31:36 -05:00 коммит произвёл GitHub
Родитель ad039f3541
Коммит 9ac0a3eeb8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -125,7 +125,6 @@ If you are using `gopls`, you can enable [Semantic Highlighting](https://code.vi
}
```
### Go template syntax highlighting
When `gopls`'s semantic tokens feature is enabled, `gopls` also provides semantic tokens for Go template files (language identifier: `gotmpl`). By default, the extension associates all `*.tmpl` or `*.gotmpl` files in the workspace with `gotmpl` language. Users can override the language mode by using Visual Studio Code's UI or the `"files.associations"` setting. See [Visual Studio Code's doc](https://code.visualstudio.com/docs/languages/overview#_changing-the-language-for-the-selected-file) for more details.