-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd26346
commit cafeaf6
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Sublime Syntax highlighting Splunk | ||
|
||
A Sublime syntax definition for the Splunk Search Processing language to enable syntax highlighting | ||
|
||
## Install Manually | ||
|
||
* Place the .tmLanguage file inside the Sublime packages folder (`Preferences | Browse Packages...`) | ||
* Restart Sublime | ||
|
||
## Development | ||
* Install [AAAPackageDev](https://github.com/SublimeText/AAAPackageDev) | ||
* Work on the JSON files and use [AAAPackageDev](https://github.com/SublimeText/AAAPackageDev) to complie them to the XML format required by Sublime | ||
* A good starting guide can be found [here](http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html) | ||
|
||
## License | ||
This package is licensed under the MIT License. |