mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
parent
a48e078c0d
commit
55d8967147
@ -15,7 +15,7 @@ syn match tutorURL /\(https\?\|file\):\/\/[[:graph:]]\+\>\/\?/
|
|||||||
syn match tutorEmail /\<[[:graph:]]\+@[[:graph:]]\+\>/
|
syn match tutorEmail /\<[[:graph:]]\+@[[:graph:]]\+\>/
|
||||||
syn match tutorInternalAnchor /\*[[:alnum:]-]\+\*/ contained conceal containedin=tutorSection
|
syn match tutorInternalAnchor /\*[[:alnum:]-]\+\*/ contained conceal containedin=tutorSection
|
||||||
|
|
||||||
syn match tutorSection /^#\{1,6}\s.\+$/ fold
|
syn match tutorSection /^#\{1,6}\s.\+$/ fold contains=tutorInlineNormal
|
||||||
syn match tutorSectionBullet /#/ contained containedin=tutorSection
|
syn match tutorSectionBullet /#/ contained containedin=tutorSection
|
||||||
|
|
||||||
syn match tutorTOC /\ctable of contents:/
|
syn match tutorTOC /\ctable of contents:/
|
||||||
@ -44,7 +44,7 @@ syn region tutorInlineCommand matchgroup=Delimiter start=/\\\@<!`\(.*{vim}\)\@=/
|
|||||||
syn region tutorNormal matchgroup=Delimiter start=/^\~\{3} norm\(al\?\)\?\s*$/ end=/^\~\{3}/ contains=@VIMNORMAL
|
syn region tutorNormal matchgroup=Delimiter start=/^\~\{3} norm\(al\?\)\?\s*$/ end=/^\~\{3}/ contains=@VIMNORMAL
|
||||||
syn region tutorInlineNormal matchgroup=Delimiter start=/\\\@<!`\(\S*{normal}\)\@=/ end=/\\\@<!`\({normal}\)\@=/ nextgroup=tutorInlineType contains=@VIMNORMAL
|
syn region tutorInlineNormal matchgroup=Delimiter start=/\\\@<!`\(\S*{normal}\)\@=/ end=/\\\@<!`\({normal}\)\@=/ nextgroup=tutorInlineType contains=@VIMNORMAL
|
||||||
|
|
||||||
syn match tutorInlineType /{\(normal\|vim\)}/ contained
|
syn match tutorInlineType /{\(normal\|vim\)}/ contained conceal
|
||||||
|
|
||||||
syn match tutorInlineOK /✓/
|
syn match tutorInlineOK /✓/
|
||||||
syn match tutorInlineX /✗/
|
syn match tutorInlineX /✗/
|
||||||
|
@ -65,7 +65,7 @@ NOTE: The cursor keys should also work. But using hjkl you will be able to
|
|||||||
|
|
||||||
!! NOTE: Before executing any of the steps below, read this entire lesson !!
|
!! NOTE: Before executing any of the steps below, read this entire lesson !!
|
||||||
|
|
||||||
1. Press the <Esc> key (to make sure you are in [Normal mode]().
|
1. Press the <Esc> key (to make sure you are in [Normal mode](Normal-mode).
|
||||||
|
|
||||||
2. Type:
|
2. Type:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user