Home:ALL Converter>How to set a shortcut to open syntax specific settings file on Sublime Text 3?

How to set a shortcut to open syntax specific settings file on Sublime Text 3?

Ask Time:2015-04-08T03:54:42         Author:sargas

Json Formatter

Is there a way to set a shortcut similar to the existing command below?

{ "keys": ["super+,"], "command": "open_file", "args": {"file": "${packages}/User/Preferences.sublime-settings"} }

But instead of opening the Preferences Settings file, I'd like to open the Syntax Specific settings file corresponding to the extension of the active file.

(Instead of having to go to Preferences > Settings - More > Syntax Specific - User everytime)

Author:sargas,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/29500149/how-to-set-a-shortcut-to-open-syntax-specific-settings-file-on-sublime-text-3
yy