Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
Adding custom dynamic identifiers to a language in SyntaxEditor
posted

Is it possible to add new identifiers to a language? And how would one go about doing it?

The end-result I want to achieve is to have an sql-editor that highlights the tables, views and stored procedures in different colours.

Finding the names of the tables, views and SPs are quite easy.

But how do I add them to the language of the editor?