I propose adding Arcade as an option for the code sample. Considering Arcade is a language developed by ESRI specifically for ArcGIS, it's kinda mind-boggling that it isn't available.
It seems most of the code could be copied from the JavaScript formatting (which I use as a substitute). My biggest gripe is that it doesn't format the Arcade globals:
var a = $feature.Field
var fs = FeatureSetByName($datastore, "FeatureClass")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.