Dragonlang support
This commit is contained in:
parent
96c879ee56
commit
b79a146d37
2 changed files with 12 additions and 0 deletions
3
after/ftplugin/dragon.lua
Normal file
3
after/ftplugin/dragon.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
ft = "dragon"
|
||||
}
|
||||
9
lua/plugins/nvim-dragon.lua
Normal file
9
lua/plugins/nvim-dragon.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
dir = "~/Development/langs/dragon/extensions/vim-dragon",
|
||||
ft = "dragon",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
config = function()
|
||||
-- Parser is auto-registered; just install it:
|
||||
vim.cmd("TSInstall dragon")
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue