diff --git a/app/cudatext.app/Contents/Resources/data/lexlib/JSDoc.lcf b/app/cudatext.app/Contents/Resources/data/lexlib/JSDoc.lcf index 275013d095b..5d2097f7ee1 100644 --- a/app/cudatext.app/Contents/Resources/data/lexlib/JSDoc.lcf +++ b/app/cudatext.app/Contents/Resources/data/lexlib/JSDoc.lcf @@ -44,7 +44,7 @@ object SyntAnal10: TLibSyntAnalyzer item DisplayName = 'Type mline begin' StyleName = 'Type' - StatesAdd = 1 + StatesAdd = 64 TokenType = 2 Expression = '\{\{' ColumnFrom = 0 @@ -53,7 +53,7 @@ object SyntAnal10: TLibSyntAnalyzer item DisplayName = 'Type mline end' StyleName = 'Type' - StatesRemove = 1 + StatesRemove = 64 TokenType = 2 Expression = '\}\}' ColumnFrom = 0 @@ -70,7 +70,7 @@ object SyntAnal10: TLibSyntAnalyzer item DisplayName = 'Typedef key' StyleName = 'Name' - StatesPresent = 1 + StatesPresent = 64 TokenType = 4 Expression = '(?<=^\x20*\*\x20*)\w+' ColumnFrom = 0 @@ -119,7 +119,7 @@ object SyntAnal10: TLibSyntAnalyzer 'Typedef key') LexerName = 'JSDoc' Notes.Strings = ( - 'Alexey (CudaText)') + 'Alexey Torgashin (CudaText)') Internal = True Charset = DEFAULT_CHARSET end diff --git a/app/cudatext.app/Contents/Resources/data/lexlib/JavaScript.lcf b/app/cudatext.app/Contents/Resources/data/lexlib/JavaScript.lcf index 30b0ae902e1..fdfc6108f23 100644 --- a/app/cudatext.app/Contents/Resources/data/lexlib/JavaScript.lcf +++ b/app/cudatext.app/Contents/Resources/data/lexlib/JavaScript.lcf @@ -1034,8 +1034,8 @@ object SyntAnal9: TLibSyntAnalyzer Extentions = 'js htc es6 pjs mjs' LexerName = 'JavaScript' Notes.Strings = ( - 'Based on lexer from EControl' - 'Reworked by Alexey (CudaText)') + 'It was based on lexer from EControl' + 'Reworked by Alexey Torgashin (CudaText)') RestartFromLineStart = True LineComment = '//' Charset = DEFAULT_CHARSET diff --git a/app/data/lexlib/JSDoc.lcf b/app/data/lexlib/JSDoc.lcf index 275013d095b..5d2097f7ee1 100644 --- a/app/data/lexlib/JSDoc.lcf +++ b/app/data/lexlib/JSDoc.lcf @@ -44,7 +44,7 @@ object SyntAnal10: TLibSyntAnalyzer item DisplayName = 'Type mline begin' StyleName = 'Type' - StatesAdd = 1 + StatesAdd = 64 TokenType = 2 Expression = '\{\{' ColumnFrom = 0 @@ -53,7 +53,7 @@ object SyntAnal10: TLibSyntAnalyzer item DisplayName = 'Type mline end' StyleName = 'Type' - StatesRemove = 1 + StatesRemove = 64 TokenType = 2 Expression = '\}\}' ColumnFrom = 0 @@ -70,7 +70,7 @@ object SyntAnal10: TLibSyntAnalyzer item DisplayName = 'Typedef key' StyleName = 'Name' - StatesPresent = 1 + StatesPresent = 64 TokenType = 4 Expression = '(?<=^\x20*\*\x20*)\w+' ColumnFrom = 0 @@ -119,7 +119,7 @@ object SyntAnal10: TLibSyntAnalyzer 'Typedef key') LexerName = 'JSDoc' Notes.Strings = ( - 'Alexey (CudaText)') + 'Alexey Torgashin (CudaText)') Internal = True Charset = DEFAULT_CHARSET end diff --git a/app/data/lexlib/JavaScript.lcf b/app/data/lexlib/JavaScript.lcf index 30b0ae902e1..fdfc6108f23 100644 --- a/app/data/lexlib/JavaScript.lcf +++ b/app/data/lexlib/JavaScript.lcf @@ -1034,8 +1034,8 @@ object SyntAnal9: TLibSyntAnalyzer Extentions = 'js htc es6 pjs mjs' LexerName = 'JavaScript' Notes.Strings = ( - 'Based on lexer from EControl' - 'Reworked by Alexey (CudaText)') + 'It was based on lexer from EControl' + 'Reworked by Alexey Torgashin (CudaText)') RestartFromLineStart = True LineComment = '//' Charset = DEFAULT_CHARSET