Minor fix to vimium script

This commit is contained in:
Akemi Izuko 2022-10-15 18:18:55 -06:00
parent e2a504f3f1
commit ad6e75e451
No known key found for this signature in database
GPG key ID: 905D444F6A5E4BE4
2 changed files with 77 additions and 78 deletions

View file

@ -2,7 +2,6 @@
import json, argparse, os
from pathlib import Path
if __name__ == '__main__':
parser = argparse.ArgumentParser(
description="Convert vimium's json config file to markdown");
parser.add_argument('vimium_options', type=Path,

View file

@ -22,7 +22,7 @@ set hidden
au BufWritePre [:;']* throw 'Forbidden file name: ' . expand('<afile>')
" Embedded code in markdown
let g:markdown_fenced_languages = ['bash', 'rust', 'javascript', 'c', 'toml']
let g:markdown_fenced_languages = ['bash', 'rust', 'javascript', 'c', 'toml', 'css']
" ===================================================================
" Human-facing settings