blindly / vscode-puppet

Puppet Language and Snippets Support for Visual Studio Code
MIT License
9 stars 5 forks source link

Replace Unicode from conversion #4

Closed dhollinger closed 7 years ago

dhollinger commented 8 years ago

The single and double quotes in the search strings were replaced by Unicode during the conversion. While this probably doesn't hurt anything, I reverted those particular changes back, just in case.

Also fixed an issue where the initial class definition in the init.pp would colorize the class name and all variables the same color.