When I use this plugin (v0.3.0) with the [basic Packer image building tutorial](https://developer.hashicorp.com/packer/tutorials/docker-get-started/docker-get-started-build-image) code, the highlighting is wrong on and after line 4:  If I change line 4 from ``` version = ">= 0.0.7" ``` to ``` version = " >= 0.0.7" ``` (i.e., add a space between the first `"` and `>=`), it looks fine: 