monaco-editor/src
Remco Haszing 8e34418a64
Add yaml indent action
If a line ends with `:` and a user presses Enter, they are probably
defining an object, which requires indentation.

This rule is taken from `monaco-yaml`, but I intend to remove basic
language support there, since that’s already part of `monaco-editor`.
..
basic-languages Add yaml indent action
fillers Don't load editor api from global API but use require directly.
language update css, new formatting options
tsconfig.json Enable `strict` typescript compilation