Demis Balbach

Results 8 issues of Demis Balbach

Hello, I've added two new faces: `web-mode-css-selector-class-face` and `web-mode-css-selector-tag-face`. I'd like to enhance `web-mode`'s css highlighting abilities, eventually being able to highlight syntax like so: ![image](https://user-images.githubusercontent.com/1888338/76975369-be49a480-6932-11ea-94c3-cf75fb8a7572.png) At the moment I...

Hello, this PR is adding a lot of new faces to php-mode. Let me explain what I have added. The following faces (and accompanying regex) have been added: ### Classes...

At the moment, changing the `php-keyword` face, will affect elements like `new`, `public`, `function`, `extends` and more. I believe this is because most `*-kwds` constants will get assigned `font-lock-keyword-face` by...

**Describe the bug** After starting a language server (`intelephense` in my case) and executing `lsp-ui-peek-find-workspace-symbol` I get this error: Tramp-Buffer: ``` Error: No such container: lsp-langserver ``` *Messages*: ``` Tramp:...

Hello, Is it possible to correctly document something like this using JSDoc? ```js /** * CartFooter component * * @type {React.FunctionComponent} * * @param {Object} footerProps props * @param {Object}...

Hello. This is a 2-in-1 issue report, but since there have been open issue regarding the first one, I thought it's unnecessary to create a new one again. 1) I'm...

enhancement

Hello, I'd like to set the width of the which-key frame to full width, in other words equal to the `frame-width`. How can I achieve this? I tried setting `which-key-posframe-parameters`...

Continuing the discussion about JSDoc syntax highlighting: > > While working on this I thought it would be nice to have some syntax highlighting for jsdoc blocks. There actualls is...