Hello. I'm writing a scheme which should extend the Hypertext scheme delivered with PN2, i.e. the syntax highlighting for HTML etc. should be included in the new scheme. Is there an easy way to achieve this? Thank you.
Including defnitions from one scheme in another one
(2 posts) (2 voices)-
Posted 5 years ago #
-
Have a look at the c++ schemes which do use inheritance, HTML would need to be turned into a base language and you could then have languages based on it.
Posted 5 years ago #
Reply
You must log in to post.