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 key matching pattern more flexible #10

Closed mkldon closed 8 years ago

mkldon commented 8 years ago

Closes #5

shakeelmohamed commented 8 years ago

Thanks @mkldon, I will take a look

shakeelmohamed commented 8 years ago

The test file gives me an idea... we can add a Python test that reads patterns from the JSON file, then ensures that it finds the correct number of matches in the test file. This also let's us add Travis CI support, are you interested in working on that?

edit: this is done now as of #13

shakeelmohamed commented 8 years ago

Thanks for your contributions @mkldon, I've cherry-picked your changes into the PR for #14. I'm doing some more work to cover lots of edge cases 😄