Home > Development Tools > sublime > body text

How to set up sublime in English

下次还敢
Release: 2024-04-03 09:12:17
Original
1213 people have browsed it

To set English in Sublime Text, please perform the following steps: Open "Preferences" → "Settings"; modify the syntax in the "Preferences" file to: "Packages/English/English.tmLanguage" ;Save changes;Restart Sublime Text.

How to set up sublime in English

How to set English in Sublime

Sublime Text is a popular text editor that offers a variety of features and customization options. One of the features is to set a preferred language to optimize code highlighting and auto-completion.

Step 1: Open Settings

  • Windows/Linux: Click "Preferences" → "Settings"
  • macOS: Click "Sublime Text" → "Preferences" → "Settings"

Step 2: Edit the "Preferences" file

  • In the opened "Preferences" file, find the following line:
<code>"syntax": "Packages/Python/Python.tmLanguage"</code>
Copy after login

Step 3: Modify the syntax settings

  • Set the syntax to "Packages/English/English.tmLanguage" as follows:
<code>"syntax": "Packages/English/English.tmLanguage"</code>
Copy after login

Step 4: Save changes

  • Save the "preferences" file for changes to take effect.

Step 5: Restart Sublime

  • Restart Sublime Text to load the new settings.

Now, Sublime Text will be optimized for English. Code highlighting and autocomplete will be adjusted based on English grammar and keywords.

The above is the detailed content of How to set up sublime in English. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!