pub async fn parse_config_document( text: &str, uri: &Uri, manager: &CssVariableManager, ) -> Result<(), String>
Parse a recognized framework configuration file without executing it.