From acb35051fb93689ea82ad4cd1a3b7a9abab08434 Mon Sep 17 00:00:00 2001 From: Jesse Williams <33797815+vblank182@users.noreply.github.com> Date: Thu, 31 Dec 2020 23:08:49 -0500 Subject: [PATCH] Updated to match Notepad++ UI changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8364537..42a359b 100644 --- a/README.md +++ b/README.md @@ -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...*