immerrr again

Results 95 comments of immerrr again

This looks useful, but I have a concern. Luadoc keywords were highlighted, because they are specific to Lua ecosystem. Doxygen comments however are ubiquitous, and looks like packages exist for...

Hey, sorry for the delay... your suggestions make sense. > compilation-shell-minor mode usage should be completely optional yes, a configuration parameter should help, right? > comint-prompt-regexp should be set inside...

Hi and thank you for the PR. Electric indentation of block closing tokens is already implemented via `abbrev-mode`, see [lua-mode-abbrev-table](https://github.com/immerrr/lua-mode/blob/0b41d44cd1f34af5f74052cea50135c590bdd30e/lua-mode.el#L678-L690) as well as [lua-electric-flag variable](https://github.com/immerrr/lua-mode/blob/0b41d44cd1f34af5f74052cea50135c590bdd30e/lua-mode.el#L343-L346). That being said, there were...

@fangzhouuu you might need to enable `abbrev-mode`, it got disabled by default in one of the recent releases

You can do `emacs -Q -l path/to/lua-mode.el` to try out a fresh emacs env. If you have [cask](https://github.com/cask/cask), you can use `make tryout` command from `lua-mode` directory.

Also, there are tests for electric indentation functionality: https://github.com/immerrr/lua-mode/blob/0b41d44cd1f34af5f74052cea50135c590bdd30e/test/test-electric-mode.el#L35-L71

Hello! Please, accept my apology for such a late reply. Thank you for the information about Emacs version, could you please also specify the version of `lua-mode.el` file you're using,...

There's https://github.com/ptrv/company-lua for builtin stuff. As for dynamic completions, I don't think it will come soon.

That is if you wait it from me :) But, of course, PRs are welcome.

Just got bitten by this too. @jamielennox, would it make sense for `requests_mock_case_sensitive` setting to propagate from `pytest.ini` all the way to `requests.mock.case_sensitive` value, because right now — if I'm...