Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 4, 2024
1 parent bc935fa commit d4d919f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fsxc/Fsxc.fs
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,12 @@ module Program =
DeliverLinesUntilNextPreProcessorConditional ->
LineKind.Commented,
IgnoreLinesUntilNextPreProcessorConditional
| PreProcessorConditional.EndIf, _ ->
| PreProcessorConditional.EndIf, IgnoreLinesUntilNextPreProcessorConditional ->
LineKind.Commented, NormalOperation
| PreProcessorConditional.EndIf, DeliverLinesUntilNextPreProcessorConditional ->
LineKind.Commented, NormalOperation
| PreProcessorConditional.EndIf, NormalOperation ->
LineKind.Normal, NormalOperation
| PreProcessorConditional.If, _ ->
if not(line.Contains "LEGACY_FRAMEWORK") then
match currentReadState with
Expand Down

0 comments on commit d4d919f

Please sign in to comment.