Spiral

Results 2 comments of Spiral

Will this get merged?

For me i fixed it by just resetting the grammar ``` public void UpdateVisuals() { Language csharpLanguage = _registryOptions.GetLanguageByExtension(".cs"); _currentTheme = (int)App.Settings.SelectedTheme; _registryOptions = new RegistryOptions((ThemeName)_currentTheme); _textMateInstallation = _editor.InstallTextMate(_registryOptions); _textMateInstallation.AppliedTheme...