Skip to content

Commit

Permalink
more for #5623
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Jul 19, 2024
1 parent 78215e4 commit d634c51
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions app/cudatext.app/Contents/Resources/data/lexlib/JSDoc.lcf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object SyntAnal10: TLibSyntAnalyzer
item
DisplayName = 'Type mline begin'
StyleName = 'Type'
StatesAdd = 1
StatesAdd = 64
TokenType = 2
Expression = '\{\{'
ColumnFrom = 0
Expand All @@ -53,7 +53,7 @@ object SyntAnal10: TLibSyntAnalyzer
item
DisplayName = 'Type mline end'
StyleName = 'Type'
StatesRemove = 1
StatesRemove = 64
TokenType = 2
Expression = '\}\}'
ColumnFrom = 0
Expand All @@ -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
Expand Down Expand Up @@ -119,7 +119,7 @@ object SyntAnal10: TLibSyntAnalyzer
'Typedef key')
LexerName = 'JSDoc'
Notes.Strings = (
'Alexey (CudaText)')
'Alexey Torgashin (CudaText)')
Internal = True
Charset = DEFAULT_CHARSET
end
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions app/data/lexlib/JSDoc.lcf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object SyntAnal10: TLibSyntAnalyzer
item
DisplayName = 'Type mline begin'
StyleName = 'Type'
StatesAdd = 1
StatesAdd = 64
TokenType = 2
Expression = '\{\{'
ColumnFrom = 0
Expand All @@ -53,7 +53,7 @@ object SyntAnal10: TLibSyntAnalyzer
item
DisplayName = 'Type mline end'
StyleName = 'Type'
StatesRemove = 1
StatesRemove = 64
TokenType = 2
Expression = '\}\}'
ColumnFrom = 0
Expand All @@ -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
Expand Down Expand Up @@ -119,7 +119,7 @@ object SyntAnal10: TLibSyntAnalyzer
'Typedef key')
LexerName = 'JSDoc'
Notes.Strings = (
'Alexey (CudaText)')
'Alexey Torgashin (CudaText)')
Internal = True
Charset = DEFAULT_CHARSET
end
4 changes: 2 additions & 2 deletions app/data/lexlib/JavaScript.lcf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d634c51

Please sign in to comment.