Daniel Shahaf

Results 382 comments of Daniel Shahaf

Consider adding a test case? (See highlighters/*/test-*/ and tests/README.md)

`emulate -L zsh` is already done up in `_zsh_highlight`, and it applies to callee functions as well, so I'm not sure why you need to do it in the highlighter...

Thanks. I'm still swamped/backlogged though, I'm afraid :(

> I was never able to find reliable documentation on `LS_COLORS`, so I went straight to [the source](https://github.com/coreutils/coreutils/blob/61c49d369369773b45beeac659fa32b6f481e8be/src/ls.c#L611). Please be mindful of copyright issues. coreutils is GPL'd and z-sy-h is...

By the way, sorry to hijack the thread, but would either of you happen to have some spare cycles to help clear up [the last blocker to the 0.7.0 release](https://github.com/zsh-users/zsh-syntax-highlighting/issues?q=is%3Aopen+is%3Aissue+milestone%3A0.7.0)?...

> > Please be mindful of copyright issues. coreutils is GPL'd and z-sy-h is BSD'd. In a nutshell, that means we can't copy code from coreutils, except in specific, limited...

> Ok. All I did was look at `ls.c` to see what the keys mean. That should be fine; thanks for confirming. > Anything else I need to do to...

Cross-referencing #605.

What are the version numbers of zsh and zsh-syntax-highlighting in each environment?

> @danielshahaf I'm on zsh 5.8 and the > latest version of zsh syntax highlighting installed via git clone. I'm > using Ubuntu-20,04 via WSL2 What are the version numbers...