Sorry I left out two lines in the code above. I hav the ace-builds-master on my desktop with my html file also on the desktop
<script src="ace-builds-master/src/ace.js" type="text/javascript" charset="utf-8"></script>
<script src="ace-builds-master/src/ext-language_tools.js" type="text/javascript" charset="utf-8"></script>
I'm using the code from the src folder and not the no-conflict folder.
I'm not sure what you mean by using ace.require
What is the proper way to setup ace for running this code below that you suggested?
I'm getting require errors and $ not being recognized errors when trying to add the code from this post
http://stackoverflow.com/questions/22166784/dynamically-update-syntax-highlighting-mode-rules-for-the-ace-editorThank you,