Keith Hall

Results 465 comments of Keith Hall

it's not open source, but you can download it from https://download.sublimetext.com/latest/dev/linux/x64/syntax_tests and see the license: ``` The SOFTWARE PRODUCT (SUBLIME TEXT SYNTAX TEST RUNNER) is protected by copyright laws and...

this looks like a duplicate of https://github.com/PowerShell/EditorSyntax/issues/107 to me

good point about color schemes, your solution works for me, thanks @msftrncs :)

for reference, the scope of the `.` was also mentioned at https://github.com/PowerShell/EditorSyntax/issues/107#issuecomment-393640603

related, albeit specifically mentioning Windows: https://github.com/SublimeTextIssues/Core/issues/2795, https://github.com/SublimeTextIssues/Core/issues/2307

Interesting, I only knew about Windows key + spacebar. Hard to find official information, but it seems like alt+shift is deprecated, just for info - I'm not saying that this...

I'm not entirely sure I understand your answer @wbond, could I trouble you to clarify please? My understanding is that ST must choose what words to pass to hunspell for...

You could also just `"enable_tab_scrolling": false,`

I don't think SublimeHQ have any plans ATM to include a TypeScript package with Sublime Text, so that would probably not be accepted (especially if it contains performance reducing features...

instead of piping to `bat` directly, you could use manually specify the syntax to highlight with: `bat -lpasswd`, or give the stdin a filename which `bat` knows how to highlight:...