From 85a1c3d2d89eb372adba2551c0f83a1eb9f05098 Mon Sep 17 00:00:00 2001 From: Noah Date: Wed, 9 Jun 2021 15:06:05 -0400 Subject: Add justfile support (#713) Co-authored-by: Adam Stankiewicz --- README.md | 1 + packages.yaml | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a4ce558..32718e4d 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr - [jst](https://github.com/briancollins/vim-jst) (EJS syntax highlighting for ejs, ect and jst files) - [jsx](https://github.com/MaxMEllon/vim-jsx-pretty) (Syntax highlighting for jsx files) - [julia](https://github.com/JuliaEditorSupport/julia-vim) (Julia syntax highlighting for jl files) +- [just](https://github.com/NoahTheDuke/vim-just) (Syntax highlighting for justfile and *.just files) - [kotlin](https://github.com/udalov/kotlin-vim) (Kotlin syntax highlighting for kt, ktm and kts files) - [ledger](https://github.com/ledger/vim-ledger) (Syntax highlighting for ldg, ledger and journal files) - [lilypond](https://github.com/anowlcalledjosh/vim-lilypond) (LilyPond syntax highlighting for ly and ily files) 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 -- cgit v1.2.3