https://github.com/freearhey/sublime-m3u-syntax
M3U syntax highlightier for Sublime Text
https://github.com/freearhey/sublime-m3u-syntax
Last synced: 2 months ago
JSON representation
M3U syntax highlightier for Sublime Text
- Host: GitHub
- URL: https://github.com/freearhey/sublime-m3u-syntax
- Owner: freearhey
- License: mit
- Created: 2023-05-03T18:13:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T18:45:28.000Z (about 2 years ago)
- Last Synced: 2025-01-25T10:41:53.022Z (4 months ago)
- Size: 361 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# M3U
Syntax highlighting for [M3U](https://en.wikipedia.org/wiki/M3U) playlists in [Sublime Text 4](http://www.sublimetext.com/).

## Installation
### Package Control
Installation through [package control](https://packagecontrol.io/) is recommended. It will handle updating your packages as they become available. To install, do the following.
- In the Command Palette, enter `Package Control: Install Package`
- Search for `M3U`### Manual
Clone or copy this repository into the packages directory. You will need to rename the folder to `M3U` if using this method. By default, the Package directory is located at:
- OS X: ~/Library/Application Support/Sublime Text/Packages/
- Windows: %APPDATA%/Roaming/Sublime Text/Packages/
- Linux: ~/.config/sublime-text/Packages/## License
[MIT](LICENSE)