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: about 1 month ago
JSON representation
WebC Support for NeoVim
- Host: GitHub
- URL: https://github.com/bennypowers/webc.nvim
- Owner: bennypowers
- License: mit
- Created: 2023-04-23T20:17:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T09:51:51.000Z (about 1 year ago)
- Last Synced: 2024-10-17T17:31:02.890Z (about 1 month ago)
- Topics: 11ty, eleventy, neovim, treesitter
- Language: Scheme
- Homepage:
- Size: 4.88 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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