Skip to content

Commit

Permalink
fix RubSmalltalkScriptingMode to update the styler. Fixes the failing…
Browse files Browse the repository at this point in the history
… test
  • Loading branch information
MarcusDenker committed Nov 7, 2019
1 parent 199f7b3 commit a71294c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Rubric/RubSmalltalkScriptingMode.class.st
Expand Up @@ -33,6 +33,12 @@ RubSmalltalkScriptingMode >> parseSource: aString [
^RBParser parseFaultyExpression: aString
]

{ #category : #shout }
RubSmalltalkScriptingMode >> updateStyler [
super updateStyler.
self textArea shoutStyler beForSmalltalkScripting
]

{ #category : #update }
RubSmalltalkScriptingMode >> updateTextAreaWhenPlugged [
super updateTextAreaWhenPlugged.
Expand Down

0 comments on commit a71294c

Please sign in to comment.