From ebf81921f80024e3e94c7a8e1235ab59464fa5ef Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Mon, 7 Nov 2016 10:54:47 -0500 Subject: [PATCH] added byte/word/long to 6502 mode --- mode/6502/6502.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mode/6502/6502.js b/mode/6502/6502.js index aadcf449d1..28747d8b07 100644 --- a/mode/6502/6502.js +++ b/mode/6502/6502.js @@ -18,6 +18,7 @@ CodeMirror.defineMode('6502', function(_config, parserConfig) { var directives_list = [ 'processor', + 'byte','word','long', 'include','seg','dc','ds','dv','hex','err','org','rorg','echo','rend', 'align','subroutine','equ','eqm','set','mac','endm','mexit','ifconst', 'ifnconst','if','else','endif','eif','repeat','repend'];