shakeelmohamed / sublime-splunk-conf-highlighting

Syntax highlighting for Splunk .conf files in Sublime Text 2 & 3
https://packagecontrol.io/packages/Splunk%20Conf%20File%20Syntax%20Highlighting
MIT License
11 stars 6 forks source link

Make setting values optional so following settings are highlighted #23

Closed shakeelmohamed closed 8 years ago

shakeelmohamed commented 8 years ago

In the following example, the entire foo3 = bar2 line won't be highlighted because the foo2 = line ends in whitespace.

[default]
foo = bar
foo2 =
foo3 = bar2

image

mkldon commented 8 years ago

Its strange, this example works fine on my setup. Do you use the latest version of the package? Values also aren't highlighted on your screenshot.

default

shakeelmohamed commented 8 years ago

Thanks @mkldon, I was still using a dev build 😭