summaryrefslogtreecommitdiffstats
path: root/packages.yaml
diff options
context:
space:
mode:
authorNoah <noah.bogart@hey.com>2021-06-09 15:06:05 -0400
committerGitHub <noreply@github.com>2021-06-09 21:06:05 +0200
commit85a1c3d2d89eb372adba2551c0f83a1eb9f05098 (patch)
tree2e7a8f31d24b44709e4fb2881e04a30b2d6d322e /packages.yaml
parent26095dda91c169bf5e7f657d4ff52da1baab3e4c (diff)
downloadvim-polyglot-85a1c3d2d89eb372adba2551c0f83a1eb9f05098.tar.gz
vim-polyglot-85a1c3d2d89eb372adba2551c0f83a1eb9f05098.zip
Add justfile support (#713)
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
Diffstat (limited to 'packages.yaml')
-rw-r--r--packages.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml
index 5912e7ab..91bed441 100644
--- a/packages.yaml
+++ b/packages.yaml
@@ -5593,6 +5593,14 @@ filetypes:
- pattern: '*sway/config'
description: Sway Configuration
---
+name: just
+remote: NoahTheDuke/vim-just
+filetypes:
+- name: just
+ patterns:
+ - pattern: 'justfile,*.just'
+ description: 'Just a task runner (https://github.com/casey/just)'
+---
name: nftables
remote: nfnty/vim-nftables
filetypes:
@@ -5609,4 +5617,4 @@ filetypes:
- name: openscad
patterns:
- pattern: '*.scad'
- description: OpenSCAD 3D modeling language
+ description: OpenSCAD 3D modeling language \ No newline at end of file