332333334335336337338339340341342
/** * Set the initial type of syntax highlighting. */ private void initDocument() { syntaxLexer = new SQLLexer(documentReader); try { document.insertString(document.getLength(), "", getMyStyle("text")); } catch (BadLocationException ex)