Fix #10: Add Carp highlighter for AbstractFileReference
This commit is contained in:
@@ -9,7 +9,7 @@ Class {
|
||||
|
||||
{ #category : #accessing }
|
||||
CarpExpression >> asElement [
|
||||
^ (GtCarpCoderModel new sourceCode: (GtCoderExplicitStringSource new source: self toCarp)) asElement
|
||||
^ (GtCarpCoderModel code: self toCarp) asElement
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
|
Reference in New Issue
Block a user