diff --git a/README.md b/README.md index a233d07..41a9cb0 100644 --- a/README.md +++ b/README.md @@ -10,22 +10,22 @@ Also, all statemens, keywords, and functions need to be UPPER CASE to work. I ch ## Installation -1. Download the ink_npp.xml file +1. Download the `bas_npp.xml` file 2. Open Notepad++ 3. In the menu bar, click "Languages" and to the bottom, "Define your language..." 4. Click "Import" 5. Select and open the `bas_npp.xml` file you downloaded before 6. Close the Language Definition Window. -Each time you want to highlight Ink markup, just select it from the Language menu. It will be at the bottom with the other user defined styles. +Each time you want to highlight BASIC markup, just select it from the Language menu. It will be at the bottom with the other user defined styles. If you open files with an .bas extension, they should get recognized as such automatically. ### Alternate Method (from the [Notepad++ website](http://notepad-plus.sourceforge.net/uk/site.htm)) 1. Download the user-defined language to your computer -2. Open the file with your favourite text editor (such as notepad++ or notepad) -3. Click start, run, type (or paste in) %APPDATA%\Notepad++ then click ok -4. Open userDefineLang.xml with a text editor -5. If this is the first userdefined language you are adding, copy/paste the entire first file (which you downloaded) into the userDefineLang.xml, replacing all that was there. If this is the second or more language you add, simply copy everything from the first file starting at `` to `` and paste it at the end of the userDefineLang.xml right before `` -6. Save the newly improved userDefineLang.xml +2. Open the file with your favourite text editor (such as Notepad++ or notepad) +3. Click start, run, type (or paste in) `%APPDATA%\Notepad++` then click ok +4. Open `userDefineLang.xml` with a text editor +5. If this is the first userdefined language you are adding, copy/paste the entire first file (which you downloaded) into the userDefineLang.xml, replacing all that was there. If this is the second or more language you add, simply copy everything from the first file starting at `` to `` and paste it at the end of the `userDefineLang.xml` right before `` +6. Save the newly improved `userDefineLang.xml`