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

@@ -8,6 +8,13 @@ Class {
#category : #'Carp-Coder'
}
{ #category : #'instance creation' }
GtCarpCoderModel class >> code: aString [
^ self new sourceCode:
(GtCoderExplicitStringSource new source: aString)
]
{ #category : #converting }
GtCarpCoderModel >> asCoderViewModel [