An open API service indexing awesome lists of open source software.

https://github.com/daemon/sublime-mc-server-log

Syntax highlighting for Minecraft server logs.
https://github.com/daemon/sublime-mc-server-log

Last synced: 3 months ago
JSON representation

Syntax highlighting for Minecraft server logs.

Awesome Lists containing this project

README

          

# sublime-mc-server-log
![Preview](http://i.imgur.com/6LeU7fp.png)

This Sublime Text 2/3 package adds syntax highlighting to Minecraft server logs. To install, simply drop the .tmLanguage file in the packages folder. You can find this folder by clicking `Preferences -> Browse Packages...` in Sublime Text.

## Features

Pretty much self-explanatory. The only neat thing I added is that the login-IP address pair (i.e. name[/152.35.4.63:123]) is classified as a function name, which allows logins to be searched by doing Ctrl + P and typing "@name". See the screenshot for an example.