languages/asm: filetypes: asm8300 -> asmh8300

https://github.com/neovim/neovim/blob/master/runtime/syntax/asmh8300.vim

`:checkhealth` output:

```
- ⚠️ WARNING Unknown filetype 'asm8300' (Hint: filename extension != filetype).
```
This commit is contained in:
poz 2026-05-13 01:57:01 +02:00
commit f8535c8c72
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -476,6 +476,7 @@ https://github.com/gorbit99/codewindow.nvim
- Add Arduino support with [arduino-language-server].
- Add GLSL support with [glsl_analyzer].
- Update fidget-nvim setupOpts and fix NvimTree issue.
- Fix asm-lsp's filetypes (`asm8300` -> `asmh8300`).
[itscrystalline](https://github.com/itscrystalline):