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.
- Host: GitHub
- URL: https://github.com/daemon/sublime-mc-server-log
- Owner: daemon
- License: mit
- Created: 2016-04-02T21:19:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T21:59:58.000Z (about 10 years ago)
- Last Synced: 2025-02-04T13:43:44.362Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sublime-mc-server-log

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.