jlandersen / vscode-kafka

Apache Kafka® extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.kafka comments are breaking syntax coloration in producers

fbricon opened this issue · comments

--- comments break syntax coloration in producer blocks. Comments are not colorized, and break syntax highlighting of other properties:

PRODUCER json-output
--- one comment 
topic: animals
--- another
{
    "animal": "{{animal.type}}"
}

###
CONSUMER animals
topic: animals
-- foo

yields:
Screenshot 2021-04-16 at 10 33 23