From 6a23435afc80f28494d5f93104bc143484b8f8df Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 7 Sep 2017 00:09:00 -0400 Subject: [PATCH] Update readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5462c15..b2c4718 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,7 @@ Features of this build environment include: * C source and header files (including system includes) are indexed. By doing this, code completion and other features of Xcode should work. In other words, you can code complete to a toolbox call for example! * There is an optional code generation phase in the build. If you want to write some scripts which generate C source files, C header files or assembly files which are then compiled/assembled in later phases of the build, this would let you do exactly that. * You can copy a directory of files onto the disk image other than just the executable. This is useful if you have other files you need to generate and/or distribute in your project. - -Features which are not implemented yet but I want to deliver include: - - * Add syntax highlighting and better editor support for assembly files. + * Syntax highlighting and better editor support for ORCA/M assembly files. Other features which I am considering but may never deliver include: