What format of file is .vimrc?

vim

Solution

It's just Vim commands in a text file.

http://vimdoc.sourceforge.net/htmldoc/starting.html#initialization

Problem

.vimrc is the configuration file for vim, but I have a doubt.. What kind of file is? what is the language inside of it?

Original source