Skip to content

Commit

Permalink
ENH: Add Colors_M_TypeSection to import/export
Browse files Browse the repository at this point in the history
This provides support for the Validation Sections colour setting.

Closes #21.
  • Loading branch information
scottclowe committed Aug 16, 2020
1 parent 2156bb9 commit 061f9c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions schemer_export.m
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
'Colors_M_Strings' ; ... % Color: Syntax: strings
'Colors_M_UnterminatedStrings' ; ... % Color: Syntax: unterminated strings
'Colors_M_SystemCommands' ; ... % Color: Syntax: system commands
'Colors_M_TypeSection' ; ... % Color: Syntax: validation sections
'Colors_M_Errors' ; ... % Color: Syntax: errors
'Colors_HTML_HTMLLinks' ; ... % Color: Other: hyperlinks
} ...
Expand Down
3 changes: 3 additions & 0 deletions schemer_import.m
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
'Colors_M_SystemCommands' , ... % Color: Syntax: system commands
'Colors_M_Keywords' , ...
false ; ...
'Colors_M_TypeSection' , ... % Color: Syntax: validation sections
{'Colors_M_Keywords','ColorsText'} , ...
false ; ...
'Colors_HTML_HTMLLinks' , ... % Color: Other: hyperlinks
'ColorsText' , ...
false ; ...
Expand Down

0 comments on commit 061f9c2

Please sign in to comment.