Benjamin Schaaf

Results 207 comments of Benjamin Schaaf
trafficstars

@robpoyntz Does it happen in [safe mode](https://www.sublimetext.com/docs/safe_mode.html)?

I suggest using the `"ignored_packages"` setting to systematically narrow down the package causing the crash.

@sachin3593 Does it happen in [safe mode](https://www.sublimetext.com/docs/safe_mode.html)?

@sachin3593 Do you have a anti-virus or other 3rd party software that may interfere? Does it still happen if you temporarily disable it?

VSCode and others have had similar problems due to Apple's permission changes: https://github.com/microsoft/vscode/issues/95062

Does it work outside of Sublime Text @moooooo16 ?

The first example is indeed more intuitive, but what happens in the following case: ``` ident{keyword} = '\b[[:alpha:]_][[:alnum:]_]*\b'; keyword_define = '\bdefine\b'{storage.type.function} ident{storage.type} ident{entity.name.function}; ``` Does it append, prepend, override or...