-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sublime Text 3 - How to default to Text filetype #9
Comments
I am also having this issue and have yet to find a solution. Were you ever able to figure it out? |
I never found a solution to this problem, and ended up switching to Notepad++ instead.
Sent from Outlook<http://aka.ms/weboutlook>
…________________________________
From: MohnJadden7 <[email protected]>
Sent: May 25, 2019 5:34 PM
To: spadgos/sublime-DefaultFileType
Cc: b00kgrrl; Author
Subject: Re: [spadgos/sublime-DefaultFileType] Sublime Text 3 - How to default to Text filetype (#9)
I am also having this issue and have yet to find a solution. Were you ever able to figure it out?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#9?email_source=notifications&email_token=AESIKNA7NW3K7TRG7KRMIYTPXGWEZA5CNFSM4CDEPAKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWHZTEA#issuecomment-495950224>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AESIKNBPEKDFR654GM4KH73PXGWEZANCNFSM4CDEPAKA>.
|
should be: (the path :: no Text ::: { "default_new_file_syntax": "Packages/Plain_text.tmLanguage", |
I'm having exact same issues, want default to be PlainText and Default File Extension to be .txt. This needs updated (Sublime 4) or better instructions, current instructions do not make sense, at least not to dummies like me. Tried above suggestion by shawnzhsh, but now I get error message about missing file "Packages/Plain_text.tmLanguage" everytime I open Sublime Text. |
I am using SublimeText 3 and I would like new files to be created in plain text format (i.e. default to a .TXT extension when they are saved).
I followed the instructions I found here.
I created a new file called "default_file_type.sublime-settings" and placed it in the "Packages/User" directory. The file had the following content:
I also unzipped the "Text.sublime-package" file, created a new directory called "Text", and renamed the "Packages/Text/Plain text.tmLanguage" file to "Packages/Text/Plain_text.tmLanguage"
When I open SublimeText, I get an error:
Error loading syntax file "Packages/Text/Plain_text.tmLanguage": Unable to load Packages/Text/Plain_text.tmLanguage
When I save a new file, it does not save in .TXT format.
Where did I go wrong?
The text was updated successfully, but these errors were encountered: