When I input either standard one-liner (
) or multi-line code block ( >>
) I git code but without syntax coloring. Which option in ACP I have to toggle to have syntax coloring enabled?
Example:
let xx = yy;
Code block:
// Other
let xx = yy;
// String
let xx = "Something";
// Int
let xx = 12;
// function
let xx = function Sick(){
// some code......
}