silverwind
silverwind
GitHub does [have this too](https://github.com/microsoft/TypeScript-TmLanguage/commit/06a03eb510673e3b4a522d90a0d1abf4d4aefa66#diff-49ead6e92962dfe487b759b1f0281380c3bd48e0d9dd9eb86ceeaddfccb5cef0). I think we can do the vertical style instead of the horiztonal one.
You mean remove the "Normal File" to make space for filename?
Multiline layout is likely a good idea here to show a sufficient amount of filename characters.
>  > > a new problem Already fixed this overflow in https://github.com/go-gitea/gitea/pull/31091, if you give it a try.
We also need to stop loading and show a error toast here.
> We also need to stop loading and show a error toast here. https://github.com/go-gitea/gitea/pull/31124 takes care of those parts.
If we can achieve a dependency-free parser, integration into stylus could be as simple as adding a git submodule that points to this repo. That way you wouldn't even need...
> On second thought, I don't see it as being useful in Stylus because Stylus needs CSSLint to show meaningful error messages when trying to install/save a broken style. A...
> Stylus keeps libraries in the repo. We just have to browserify/rollup the module to a single dist file. Yeah, or keep the parser in ES5 and use a [UMD](https://github.com/umdjs/umd)...
Needs a `//nolint`?