editor.tokencolorcustomizations example
Example 1: bufferedwriter example
import java.io.*;
BufferedWriter bw = new BufferedWriter(new FileWriter(System.getenv("OUTPUT_PATH")));
Example 2: google.protobuf.Struct example python
from google.protobuf.internal.well_known_types import Struct
s = Struct()
s.update({"key": "value"})