Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
agibsonsw committed May 6, 2014
1 parent 2743161 commit 885233b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README
@@ -1,5 +1,5 @@
These are fairly straight-forward HTML attribute completions for
Sublime Text 2, including many HTML5 attributes.
Sublime Text, including most HTML5 attributes.

It includes completion of many standard values. For example, typing
the letter 'c' in the type="" attribute will complete "checkbox".
Expand All @@ -14,7 +14,9 @@ checked="checked"
Depending on your settings you may need to press Ctrl-Space to
display the completions within an opening HTML-tag. I just type
1 or 2 letters and press the Tab key! This uses the fuzzy-search
feature of ST, and ST will also 'learn' about your preferences.
feature of ST, and ST will also 'learn' about your preferences.
With a little practice you can fill-in attributes extremely
quickly.

Note: The Emmet (formerly ZenCoding) package uses a different
approach, so it may not sit comfortably with HTMLAttributes.

0 comments on commit 885233b

Please sign in to comment.