mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
6 lines
156 B
VimL
6 lines
156 B
VimL
syn match tomlBracket " \["
|
|
syn match tomlBracket "\]"
|
|
syn match tomlCurly "{"
|
|
syn match tomlCurly "}"
|
|
syn match tomlComma "\,"
|
|
syn match tomlOperator " ="
|