typora / typora-issues

Bugs, suggestions or free discussions about the minimal markdown editor — Typora
https://typora.io
1.53k stars 58 forks source link

[Feature]support for VimScript syntax highlighting #474

Open selaselah opened 7 years ago

selaselah commented 7 years ago

I hope typora can support vim and cmake syntax highlighting. and,

when cursor in code block, expand tab to spaces automaticly(maybe an option?).

abnerlee commented 7 years ago

cmake is supported in new version.

Other refers to #187

selaselah commented 7 years ago

I mean vim scripts' syntax lighlighting, not vim key binding~

" is a comment
au FileType cpp set st=2
abnerlee commented 7 years ago

ref to https://github.com/codemirror/CodeMirror/issues/2757