summaryrefslogtreecommitdiff
path: root/modules/colorizer.vim
blob: 9348451c9047b264cce020154da164b67504397d (plain)
1
2
3
4
let g:colorizer_syntax = 1
let g:colorizer_auto_filetype='js,css,html,jsx,ts,tsx'
au BufNewFile,BufRead *.css,*.html,*.htm,*.js,*.jsx,*.ts,*.tsx  :ColorHighlight!