summaryrefslogtreecommitdiff
path: root/doc/0_02_vim_syntax.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/0_02_vim_syntax.adoc')
-rw-r--r--doc/0_02_vim_syntax.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/0_02_vim_syntax.adoc b/doc/0_02_vim_syntax.adoc
index f29ca33c..168747d4 100644
--- a/doc/0_02_vim_syntax.adoc
+++ b/doc/0_02_vim_syntax.adoc
@@ -14,4 +14,6 @@ au BufRead,BufNewFile *.lm set filetype=colm
When we open an '.lm' file, we will see some colors
- vi src/colm.lm
+----
+vi src/colm.lm
+----