fix: Documentation comment wrong color without LSP
This commit is contained in:
parent
7ac4ba84f7
commit
eb47488e7d
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ public class ZigSyntaxHighlighter extends SyntaxHighlighterBase {
|
|||
|
||||
static {
|
||||
// @formatter:off
|
||||
addMapping(COMMENT, ZigTypes.LINE_COMMENT, ZigTypes.DOC_COMMENT, ZigTypes.CONTAINER_DOC_COMMENT);
|
||||
addMapping(COMMENT, ZigTypes.LINE_COMMENT);
|
||||
addMapping(COMMENT_DOC, ZigTypes.DOC_COMMENT, ZigTypes.CONTAINER_DOC_COMMENT);
|
||||
|
||||
//Keywords
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue