better toml highlighting

This commit is contained in:
JesseBot 2022-11-11 15:34:11 +01:00
parent 8bd3dfd253
commit b614a0bd20

6
.vim/syntax/toml.vim Normal file
View file

@ -0,0 +1,6 @@
syn match tomlBracket " \["
syn match tomlBracket "\]"
syn match tomlCurly "{"
syn match tomlCurly "}"
syn match tomlComma "\,"
syn match tomlOperator " ="