-
Notifications
You must be signed in to change notification settings - Fork 0
Home
KN edited this page Dec 1, 2024
·
4 revisions
There are two methods to install the PLI10 Syntax Highlighter in Sublime Text:
You can now download and install the package through Command Palette.
- Press
Ctrl+Shipt+P
, to open the Command Palette. - Search
Package Control: Install Package
. - Search for
PLI10
, and dwoanload it. Now it is available through the availabe languages as PLI10!
If you prefer manual installation, follow these steps for a Windows machine:
- Download the zip file of the project from GitHub, or clone the repository.
- Navigate to the directory:
C:\Users\(your-username)\AppData\Roaming\Sublime Text\Packages\
- Create a new folder named
PLI10
. - Extract or move all the files from the downloaded repository or zip file into the
PLI10
folder.
This method ensures the highlighter is set up and ready to use, providing you with immediate access to enhanced syntax highlighting for PLI10 code in Sublime Text.