Embedded programming language for Zig
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add editor support for Neovim

IamPyu 7d00b102 1af9fa31

+2
+1
editor-support/nvim/ftdetect/zexa.vim
··· 1 + autocmd BufNewFile,BufRead *.zexa set filetype=zexa
+1
editor-support/nvim/ftplugin/zexa.lua
··· 1 + vim.treesitter.start(vim.api.nvim_get_current_buf(), "scheme")