Commit graph

4 commits

Author SHA1 Message Date
poz
35bcfd4f73
languages/glsl: remove invalid filetypes
`:checkhealth` output:

```
- ⚠️ WARNING Unknown filetype 'vert' (Hint: filename extension != filetype).
- ⚠️ WARNING Unknown filetype 'tesc' (Hint: filename extension != filetype).
- ⚠️ WARNING Unknown filetype 'tese' (Hint: filename extension != filetype).
- ⚠️ WARNING Unknown filetype 'frag' (Hint: filename extension != filetype).
- ⚠️ WARNING Unknown filetype 'geom' (Hint: filename extension != filetype).
- ⚠️ WARNING Unknown filetype 'comp' (Hint: filename extension != filetype).
```
2026-05-13 02:57:48 +02:00
Snoweuph
65f3b779c6
languages/glsl: refactor lsp.servers to use lsp/presets/<name> 2026-04-15 18:14:41 +02:00
c56ec752ba
langauges: add defaultText to all values dependent on toggles
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate documentation builds-1 (push) Waiting to run
Treewide Checks / Validate documentation builds-2 (push) Waiting to run
Treewide Checks / Validate documentation builds-3 (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Idf55a40882e53006048fdd876c869f906a6a6964
2026-03-12 09:56:14 +03:00
poz
bacaa87608 languages/glsl: init 2026-02-18 12:07:18 +01:00