Skip to content

Instantly share code, notes, and snippets.

@robmccormack
robmccormack / any.sublime-settings.json
Last active December 19, 2015 09:39
Sublime Text - settings file with comments (*.settings files are .json files, and can't have comments) Solution: make a tag that does nothing, for comments.
{
"my_setting_comments":
[
"json files CAN NOT have comments,they are stripped out",
"TIP: use underscore like this to disable (with quotes) theme_: Phoenix Dark.sublime-theme",
"Comment1",
"Comment2"
],