Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/bennypowers/webc.nvim

WebC Support for NeoVim
https://github.com/bennypowers/webc.nvim

11ty eleventy neovim treesitter

Last synced: 28 days ago
JSON representation

WebC Support for NeoVim

Lists

README

        

![Am Yisrael Chai - עם ישראל חי](https://bennypowers.dev/assets/flag.am.yisrael.chai.png)

# WebC for NeoVim

[WebC](https://www.11ty.dev/docs/languages/webc/) support for NeoVim.

Initial release adds some simple treesitter-based syntax highlighting for WebC
files

```lua
return { 'bennypowers/webc.nvim',
dependencies = 'nvim-treesitter/nvim-treesitter',
opts = true,
}
```

Ideas for the future:
- LSP features, globals
- Snippets