diff --git a/lua/plex/plugins/extras/lang/pest.lua b/lua/plex/plugins/extras/lang/pest.lua new file mode 100644 index 0000000..f64f8bd --- /dev/null +++ b/lua/plex/plugins/extras/lang/pest.lua @@ -0,0 +1,11 @@ +return { + { + { + "pest-parser/pest.vim", + ft = 'pest', + init = function() + require("pest-vim").setup({}) + end, + }, + }, +} diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index bd0af5c..765c664 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -214,3 +214,5 @@ clangd Hashtypen Ver vshot +oopsc +antlr diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index d2a370d..323c83d 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ