Den 02.08.2018 12:48, skrev Legg Ian (ETAS/ERS-ENG1):
Hello Everyone,

This is my first post.

I am using NetBeans 8.1 to edit standard “.c” and “.s” files for use on an embedded system and I see default syntax highlighting respectively. However, in these files I also embed a custom language between known tokens whose syntax I’d like to also be highlighted.


This is soemthing that would be useful for Angular as well, if I understood you correctly. So please let me know if you ever figure something out about this :-)

For Angular components HTML may be embedded in a Components' TypeScript file.

i.e.
@Component({
        (...)
        template: '<div style="color: red;"><h1>Hello!</h1></div>',
        (...)
})
export class HelloWorldComponent implement OnInit {
  (...)
}


--
Regards
Christian August Michelsen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to