seti-ui
seti-ui copied to clipboard
A subtle dark colored UI theme for Atom.
Continuing with https://github.com/jesseweed/seti-ui/pull/691, some files were still missing. https://eslint.org/docs/latest/use/configure/configuration-files PR with fix: https://github.com/jesseweed/seti-ui/pull/702 FYI: @orta
Add the typst-t icon for .typ files. [Typst](https://github.com/typst/typst) A new markup-based typesetting system that is powerful and easy to learn. It can be seen as an alternative to latex. I...
glTF is generally considered the most popular modern 3D file format today, so it'd be nice if seti theme supported it. This PR adds icon support for glTF file extensions:...
The editorconfig icon was already present in the theme, but was unused.
Since test files may contain more than 1 test, it is possible for some projects use the `*.tests.*` extension instead of the already mapped `*.test.*`. Add the plural version. This...
Some projects use the extension .tests.js (... .tests.ts) to mark tests instead of the singular which exists. This ends up with some tests being the same color as the implementation...
This adds a mapping for `.jxl` image files.
`eslint@9` adds support for new flat config files, and these new extensions should be reflected in the file associations for eslint. The new config files are: - `eslint.config.mjs` - `eslint.config.cjs`...
PR from this issue: https://github.com/jesseweed/seti-ui/issues/581
Adds the `.bats` file type and maps it to shell. BATS (Bash Automated Testing System) is a notable project with > 5k stars on GitHub. ⭐ Given the type of...