Skip to content

Commit

Permalink
Restore support for disabling structure guides
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Jun 14, 2021
1 parent b240d31 commit 2fff0a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ private static string ConvertType(string type)
BlockTypes.Loop => PredefinedStructureTagTypes.Loop,
BlockTypes.Member => PredefinedStructureTagTypes.Member,
BlockTypes.Namespace => PredefinedStructureTagTypes.Namespace,
BlockTypes.Nonstructural => PredefinedStructureTagTypes.Nonstructural,
BlockTypes.PreprocessorRegion => PredefinedStructureTagTypes.PreprocessorRegion,
BlockTypes.Statement => PredefinedStructureTagTypes.Statement,
BlockTypes.Type => PredefinedStructureTagTypes.Type,
Expand Down

0 comments on commit 2fff0a5

Please sign in to comment.