QScintilla/Lexers/LexerCoffeeScript.py

changeset 6874
5a3a39442711
parent 6645
ad476851d7e0
equal deleted inserted replaced
6873:47804e8cde27 6874:5a3a39442711
31 self.commentString = "#" 31 self.commentString = "#"
32 self.streamCommentString = { 32 self.streamCommentString = {
33 'start': '###\n', 33 'start': '###\n',
34 'end': '\n###' 34 'end': '\n###'
35 } 35 }
36 36
37 self.keywordSetDescriptions = [
38 self.tr("Keywords"),
39 self.tr("Secondary keywords"),
40 self.tr("Unused"),
41 self.tr("Global classes"),
42 ]
43
37 def initProperties(self): 44 def initProperties(self):
38 """ 45 """
39 Public slot to initialize the properties. 46 Public slot to initialize the properties.
40 """ 47 """
41 self.setDollarsAllowed( 48 self.setDollarsAllowed(

eric ide

mercurial