mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Add support for PEG syntax (#615)
* feat: add pest syntax * feat: add pest into packages * feat: increase the package count
This commit is contained in:
@@ -1236,6 +1236,13 @@ filetypes:
|
||||
- name: blade
|
||||
linguist: Blade
|
||||
---
|
||||
name: pest
|
||||
remote: pest-parser/pest.vim
|
||||
filetypes:
|
||||
- name: pest
|
||||
extensions:
|
||||
- pest
|
||||
---
|
||||
name: plantuml
|
||||
remote: aklt/plantuml-syntax
|
||||
filetypes:
|
||||
|
||||
Reference in New Issue
Block a user