randomchance / vscode-logstash-configuration-syntax

Logstash configuration syntax support for Visual Studio Code
MIT License
6 stars 1 forks source link

Multiline strings not colored properly #3

Open michaelPf85 opened 7 years ago

michaelPf85 commented 7 years ago

Configuration files allow for a string to be split into several lines, like this : " event['@metadata']['computed_id'] = event['EventDate'] + '_' + event['DBType'] + '_' + event['DBName'] + '_' + event['Id'] event['EventDate'] = Time.parse(event['EventDate']).to_s event['StartDate'] = Time.parse(event['StartDate']).to_s "

But is is all in white, not colored like other strings. Could we fix this ?

randomchance commented 7 years ago

Wow, I can't believe I just saw this. I obviously haven't been using logstash much recently but I'll take a look at it as soon as I get the chance.