Steve Molitor
Steve Molitor
This is reminiscent of #8 . When adding a new line in CSS or if the line is blank it does not indent correctly: ``` .myBox { display: flex; flex-direction:...
A interpolated JS string in CSS causes all subsequent CSS to be syntax highlighted as if it were Javascript:  Running `describe-face` tells me that `display`, `flex-direction` and `height`, are...
This does not indent correctly: ```ts const displayFlex = 'display: flex'; const myCss = css` ${displayFlex} flex-direction: row; `; ``` Note that `${displayFlex}` is not indented. If I move that...
I had been using the [vscode-style-components](https://marketplace.visualstudio.com/items?itemName=styled-components.vscode-styled-components) plugin with `lsp-mode` for CSS in JS completion, via this configuration: ```elisp (setq lsp-clients-typescript-plugins (vector (list :name "typescript-styled-plugin" :location "/path/to/styled-components.vscode-styled-components-1.7.0"))) ``` CSS mode capf...
There is no CSS syntax highlighting of style components inside a .tsx file (using `web-mode`):  In a .css file with `web-mode` I get more syntax highlighting:  Re #824,...
### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [x] You...
`tree-sitter-hl-mode` highlights TSX tag delimiters like `
This is a feature request: Report the first assertion failure in each test function, for each test function in a file. For example: ``` javascript // foo.test.js var assert =...
Work in Progress. Upgrade the TypeScript, Flow, and @babel related dependencies as they are all quite old and things weren't working for me with later versions of TS and Flow....
Spike using Draft-js for pretty-text-input, replacing CodeMirror. Very hacky right now. Doesn't propagate changes thru yet. One issue is how to propagate changes efficiently. The Draft-js `Editor` component is a...