zmkfirmware / zmk

ZMK Firmware Repository
https://zmk.dev/
MIT License
2.82k stars 2.85k forks source link

Update web-tree-sitter and tweak keymap upgrader #2593

Closed joelspadin closed 4 weeks ago

joelspadin commented 4 weeks ago

Updated web-tree-sitter and switched from having a copy of tree-sitter-devicetree.wasm in the repo to using the tree-sitter-devicetree module, which now includes the .wasm file.

Also fixed an issue with tsconfig.json which was causing imports to not resolve correctly in IDEs, and adjusted the keymap ugprader textarea so it can only be resized vertically.