sublime-DefaultFileType icon indicating copy to clipboard operation
sublime-DefaultFileType copied to clipboard

Setting syntax for HTML by default?

Open Sorcerian-Bootleg opened this issue 4 years ago • 0 comments

Hi, i started using Sublime Text 3 recently and i wanted to use this package for opening new files with HTML syntax by default.

i don't know if i'm doing it right, i installer DefaultFileType through Package Control and then, in Program Files/Sublime Text 3/ Packages i've created a default_file_type.sublime-settings file in which i wrote this:

{ "default_new_file_syntax":  "Packages/HTML/HTML.sublime-syntax",
"use_current_file_syntax": false }

But it still keeps the plain text mode when i open a new file.

What am i doing wrong?

Sorcerian-Bootleg avatar Feb 04 '21 17:02 Sorcerian-Bootleg