Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keymapping quick-change highlighting #13

Open
CNSKnight opened this issue Jan 23, 2017 · 0 comments
Open

keymapping quick-change highlighting #13

CNSKnight opened this issue Jan 23, 2017 · 0 comments

Comments

@CNSKnight
Copy link

In addition, you can drop something like this into your .sublime-keymap for quick syntax assignment on scripts w/no .conf extension - customary with nginx server config scripts.

here is my Default (Linux).sublime-keymap

[
	{
		"keys": ["alt+shift+n"], "command": "set_file_type",
		"args": {"syntax": "Packages/User/sublime-nginx-master/Syntaxes/nginx.tmLanguage"}
	}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant