forked from VimPlug/emmet-vim
Backticks for code blocks
This commit is contained in:
@@ -42,7 +42,7 @@ Type ("\_" is the cursor position):
|
||||
|
||||
Then type "\<c-y\>," (Ctrl + y + ','), you should see:
|
||||
|
||||
~~~html
|
||||
```html
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@@ -53,7 +53,7 @@ Then type "\<c-y\>," (Ctrl + y + ','), you should see:
|
||||
_
|
||||
</body>
|
||||
</html>
|
||||
~~~
|
||||
```
|
||||
|
||||
[More Tutorials](https://raw.github.com/mattn/emmet-vim/master/TUTORIAL)
|
||||
|
||||
@@ -63,11 +63,11 @@ Then type "\<c-y\>," (Ctrl + y + ','), you should see:
|
||||
If you don't want to enable emmet in all modes,
|
||||
you can use set these options in `vimrc`:
|
||||
|
||||
~~~vim
|
||||
```vim
|
||||
let g:user_emmet_mode='n' "only enable normal mode functions.
|
||||
let g:user_emmet_mode='inv' "enable all functions, which is equal to
|
||||
let g:user_emmet_mode='a' "enable all function in all mode.
|
||||
~~~
|
||||
```
|
||||
|
||||
## Project Authors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user