Updated to match Notepad++ UI changes

This commit is contained in:
Jesse Williams 2020-12-31 23:08:49 -05:00 committed by GitHub
parent dfe5719114
commit acb35051fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9,11 +9,11 @@ There are two files included here:
## Installation
1. Download **npp_6502_general.xml** or **npp_6502_nesasm.xml**.
1. In Notepad++, go to *Language* -> *Define your language...*
1. In Notepad++, go to *Language* *User Defined Language* *Define your language...*
1. Click *Import...* and select the file.
1. Restart Notepad++.
1. Go to *Language* and select *6502 Assembly* to load the syntax highlighting.
1. If you use a theme, go to *Settings* -> *Style Configurator* and check *Enable global background color*.
1. If you use a theme, go to *Settings* *Style Configurator* and check *Enable global background color* to fix text display issues.
## Features
- Highlights opcodes, comments, numbers, and strings
@ -25,4 +25,4 @@ There are two files included here:
- Works well on most themes with darker backgrounds
## Notes
I've left off the automatic extension checking for `.asm` files because it would overlap with other types of assembly files, but if you'd like to make this highlighting the default for all `.asm` files, just add **"asm"** to the *Ext.* box in *Language* -> *Define your language...*
I've left off the automatic extension checking for `.asm` files because it would overlap with other types of assembly files, but if you'd like to make this highlighting the default for all `.asm` files, just add **"asm"** to the *Ext.* box in *Language* *User Defined Language* *Define your language...*