Skip to content

Instantly share code, notes, and snippets.

@MiggieNRG
MiggieNRG / c++output.tmLanguage
Created January 1, 2022 16:23
A c++ build system of Sublime Text 3 for contest programming. This would open up the compiled exe in a CMD automatically! Also this includes a custom c++ output error message highlighter.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fileTypes</key>
<array>
<string>ssraw</string>
</array>
<key>name</key>
<string>Mazanin</string>