Skip to content

Commit 9ac0a3e

Browse files
authored
remove the empty line
1 parent ad039f3 commit 9ac0a3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/features.md

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ If you are using `gopls`, you can enable [Semantic Highlighting](https://code.vi
125125
}
126126
```
127127

128-
129128
### Go template syntax highlighting
130129

131130
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.

0 commit comments

Comments
 (0)