fixed codeblock

This commit is contained in:
Liam Cain
2012-02-26 15:40:16 -05:00
parent 043bf37b68
commit ea8a86e708

View File

@@ -12,6 +12,7 @@ If you are looking to autocomplete an image path in an HTML `<img>` tag:
Pressing control+space, will activate AutoFileName. I list of available files where be ready to select.
*Looking for an even more automatic and seemless completion?* Add the following to your User Settings file:
"auto_complete_triggers":
[
{
@@ -22,6 +23,6 @@ Pressing control+space, will activate AutoFileName. I list of available files w
"characters": "/",
"selector": "string.quoted.double.html,string.quoted.single.html, source.css"
}
]
]
With this, there's no need to worry about pressing control+space, autocompletion with appear upon pressing /.