Johannes R. L. Dickenson

Results 8 issues of Johannes R. L. Dickenson

When Casting a held spell in first person view, if you've disabled the crosshair (in any setting, Skyrims option, LIH option or SkyHUD's option) the crosshair will flash wildly until...

Compatibility

using GNOME Wayland on the 1.19 libdecor branch (issue occurs on MC 1.18 too) Tested on a superflat world using PrismLauncher, in Xwayland/X11 using the scrollbar to change hotbar items...

Currently, `lsp.type.decorator` can be overwritten by a couple lsp tokens, for example `@classmethod` is overwritten by: - `lsp.type.class` - `lsp.mod.builtin` - `lsp.mod.defaultLibrary` - `lsp.typemod.class.builtin` - `lsp.typemod.class.defaultLibrary` it would be nice...

language server
neovim
semantic highlighting

> In order to allow cross-referencing, some things will be associated with "abels" "abels" should be "labels" ofc ---- also im not entirely sure if this is the right repo...

no matter what I try dprint always formats something like this ```javascript switch (foo) { case 1: { } break; case 2: { } break; default: { } } ```...

### Describe the highlighting problem Currently in ecmascript files strings matching "use strict" exactly are highlighted using `@keyword.directive`, this is mostly fine as most of the time you'll actually *see*...

highlights

the previous queries caused issues like highlighting `(quoting_lit)` and `(format_directive_type "'")` twice which made them really annoying to overwrite.

### Describe the highlighting problem currently the ecmascript highlights are highlighting `arguments`, `module`, `console`, `window`, and `document` with `@variable.builtin` (see [here](https://github.com/nvim-treesitter/nvim-treesitter/blob/b7d50e59b1b2990b3ce8761d4cf595f4b71c87e2/queries/ecma/highlights.scm#L33)), none of these are mentioned in the ECMAScript standard...

highlights