I am running Sublime Text 4200 on Windows 10.
I opened up a file which was not named makefile or anything close. It did have an emacs-style modeline at the top of the file:
#-*-Makefile-*-
Sublime Text indeed interpreted the contents as a makefile.
However, I know I am not running any plugins to perform modeline detection.
Does Sublime Text natively support modelines?
If so, where can I find out all of the capability of this support?
(I am looking to see if I can embed in a modeline commands to use spaces instead of tabs, and set the tab width = 4)
Thanks!