guess some incremental updates are okay

This commit is contained in:
2019-11-01 19:53:12 -07:00
parent d634763173
commit eed15e3277
5 changed files with 25 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ let s:comment_map = {
\ 'go': '\/\/',
\ 'java': '\/\/',
\ 'javascript': '\/\/',
\ 'rust': '\/\/',
\ 'vhdl': '--',
\ 'python': '#',
\ 'vim': '"',
@@ -11,6 +12,9 @@ let s:comment_map = {
\ 'plaintex': '%',
\ 'sh': '#',
\ 'make': '#',
\ 'vuejs': '\/\/',
\ 'vue': '\/\/',
\ 'cmake': '#'
\ }
let s:block_map = {