8 lines
211 B
Swift
8 lines
211 B
Swift
import Runestone
|
|
|
|
public extension TreeSitterIndentationScopes {
|
|
static var json5: TreeSitterIndentationScopes {
|
|
TreeSitterIndentationScopes(indent: ["object", "array"], outdent: ["}", "]"])
|
|
}
|
|
}
|