mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
better toml highlighting
This commit is contained in:
parent
8bd3dfd253
commit
b614a0bd20
1 changed files with 6 additions and 0 deletions
6
.vim/syntax/toml.vim
Normal file
6
.vim/syntax/toml.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
syn match tomlBracket " \["
|
||||
syn match tomlBracket "\]"
|
||||
syn match tomlCurly "{"
|
||||
syn match tomlCurly "}"
|
||||
syn match tomlComma "\,"
|
||||
syn match tomlOperator " ="
|
Loading…
Add table
Add a link
Reference in a new issue