├── LICENSE ├── README.md ├── ftdetect └── toml.vim ├── ftplugin └── toml.vim ├── syntax └── toml.vim └── test └── test.toml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cespare/vim-toml/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cespare/vim-toml/HEAD/README.md -------------------------------------------------------------------------------- /ftdetect/toml.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cespare/vim-toml/HEAD/ftdetect/toml.vim -------------------------------------------------------------------------------- /ftplugin/toml.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cespare/vim-toml/HEAD/ftplugin/toml.vim -------------------------------------------------------------------------------- /syntax/toml.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cespare/vim-toml/HEAD/syntax/toml.vim -------------------------------------------------------------------------------- /test/test.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cespare/vim-toml/HEAD/test/test.toml --------------------------------------------------------------------------------