Fix #10: Add Carp highlighter for AbstractFileReference
This commit is contained in:
@@ -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 [
|
||||
|
||||
|
Reference in New Issue
Block a user