Last active
June 27, 2019 09:27
-
-
Save kos9kus/126150686b8cbc6ac338d54b851bb97a to your computer and use it in GitHub Desktop.
Shortcut for sublime text to indent JSON format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"keys": ["alt+shift+j"], "command": "set_syntax", | |
"args": {"syntax": "Packages/Javascript/JSON.tmLanguage"} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment