forked from VimPlug/emmet-vim
Add basic github-flavored markdown syntax highlighting to README.mkd
This commit is contained in:
24
README.mkd
24
README.mkd
@@ -42,16 +42,18 @@ Type ("\_" is the cursor position):
|
|||||||
|
|
||||||
Then type "\<c-y\>," (Ctrl + y + ','), you should see:
|
Then type "\<c-y\>," (Ctrl + y + ','), you should see:
|
||||||
|
|
||||||
<!DOCTYPE HTML>
|
~~~html
|
||||||
<html lang="en">
|
<!DOCTYPE HTML>
|
||||||
<head>
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title></title>
|
<title></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
_
|
_
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
~~~
|
||||||
|
|
||||||
[More Tutorials](https://raw.github.com/mattn/emmet-vim/master/TUTORIAL)
|
[More Tutorials](https://raw.github.com/mattn/emmet-vim/master/TUTORIAL)
|
||||||
|
|
||||||
@@ -61,9 +63,11 @@ Then type "\<c-y\>," (Ctrl + y + ','), you should see:
|
|||||||
If you don't want to enable emmet in all modes,
|
If you don't want to enable emmet in all modes,
|
||||||
you can use set these options in `vimrc`:
|
you can use set these options in `vimrc`:
|
||||||
|
|
||||||
let g:user_emmet_mode='n' "only enable normal mode functions.
|
~~~vim
|
||||||
let g:user_emmet_mode='inv' "enable all functions, which is equal to
|
let g:user_emmet_mode='n' "only enable normal mode functions.
|
||||||
let g:user_emmet_mode='a' "enable all function in all mode.
|
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
|
## Project Authors
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user