Last active
April 24, 2017 16:35
-
-
Save promatik/243ef6898d4e9655e2e09db8d43144d5 to your computer and use it in GitHub Desktop.
Laravel Blade Translate Snippet Shortcut
This file contains hidden or 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
<snippet> | |
<content><![CDATA[ | |
{{ __("$TM_SELECTED_TEXT") }} | |
]]></content> | |
<tabTrigger>t</tabTrigger> | |
<scope>text.blade.php</scope> | |
</snippet> |
This file contains hidden or 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
Show hidden characters
[ | |
{ "keys": ["ctrl+t"], "command": "insert_snippet", "args": {"name": "Packages/User/BladeTranslate.sublime-snippet"} } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment