diff options
| author | Elliot Fontaine <92150839+elliotfontaine@users.noreply.github.com> | 2024-10-31 17:56:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 17:56:58 +0100 |
| commit | 92d2501d698e0fe855bd222540f9648890fab6c7 (patch) | |
| tree | 65337feab645d7fd47a6bbd579a11f5dd7be01e4 /lua | |
| parent | bot(lockfile): update editorconfig, gleam, heex, superhtml (diff) | |
| download | nvim-treesitter-92d2501d698e0fe855bd222540f9648890fab6c7.tar nvim-treesitter-92d2501d698e0fe855bd222540f9648890fab6c7.tar.gz nvim-treesitter-92d2501d698e0fe855bd222540f9648890fab6c7.tar.bz2 nvim-treesitter-92d2501d698e0fe855bd222540f9648890fab6c7.tar.lz nvim-treesitter-92d2501d698e0fe855bd222540f9648890fab6c7.tar.xz nvim-treesitter-92d2501d698e0fe855bd222540f9648890fab6c7.tar.zst nvim-treesitter-92d2501d698e0fe855bd222540f9648890fab6c7.zip | |
feat(cylc): add parser and queries (#7225)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index fd79f8af7..8e3ce2cf4 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -349,6 +349,14 @@ list.cue = { maintainers = { "@amaanq" }, } +list.cylc = { + install_info = { + url = "https://github.com/elliotfontaine/tree-sitter-cylc", + files = { "src/parser.c" }, + }, + maintainers = { "@elliotfontaine" }, +} + list.d = { install_info = { url = "https://github.com/gdamore/tree-sitter-d", |
