Fix #10: Add Carp highlighter for AbstractFileReference

This commit is contained in:
2022-04-18 21:38:36 +02:00
parent a416447f14
commit 63bb2c8e02
3 changed files with 39 additions and 1 deletions

View File

@@ -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 }