syntax highlighting - vim's current highlighed language -


How to find out which programming language is set to highlight syntax in Vim? I use "setf" Can I set the language, but how can I get the current language?

Thank you.

you : set ft? can type (note that the question mark is a part of the command)

Comments