8 """ |
8 """ |
9 |
9 |
10 from PyQt6.Qsci import QsciLexerJavaScript, QsciScintilla |
10 from PyQt6.Qsci import QsciLexerJavaScript, QsciScintilla |
11 |
11 |
12 from .Lexer import Lexer |
12 from .Lexer import Lexer |
13 import Preferences |
13 from eric7 import Preferences |
14 |
14 |
15 |
15 |
16 class LexerJavaScript(Lexer, QsciLexerJavaScript): |
16 class LexerJavaScript(Lexer, QsciLexerJavaScript): |
17 """ |
17 """ |
18 Subclass to implement some additional lexer dependant methods. |
18 Subclass to implement some additional lexer dependant methods. |