File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr
118
118
- [ jst] ( https://github.com/briancollins/vim-jst ) (EJS syntax highlighting for ejs, ect and jst files)
119
119
- [ jsx] ( https://github.com/MaxMEllon/vim-jsx-pretty ) (Syntax highlighting for jsx files)
120
120
- [ julia] ( https://github.com/JuliaEditorSupport/julia-vim ) (Julia syntax highlighting for jl files)
121
+ - [ just] ( https://github.com/NoahTheDuke/vim-just ) (Syntax highlighting for justfile and * .just files)
121
122
- [ kotlin] ( https://github.com/udalov/kotlin-vim ) (Kotlin syntax highlighting for kt, ktm and kts files)
122
123
- [ ledger] ( https://github.com/ledger/vim-ledger ) (Syntax highlighting for ldg, ledger and journal files)
123
124
- [ lilypond] ( https://github.com/anowlcalledjosh/vim-lilypond ) (LilyPond syntax highlighting for ly and ily files)
Original file line number Diff line number Diff line change @@ -5593,6 +5593,14 @@ filetypes:
5593
5593
- pattern : ' *sway/config'
5594
5594
description : Sway Configuration
5595
5595
---
5596
+ name : just
5597
+ remote : NoahTheDuke/vim-just
5598
+ filetypes :
5599
+ - name : just
5600
+ patterns :
5601
+ - pattern : ' justfile,*.just'
5602
+ description : ' Just a task runner (https://github.com/casey/just)'
5603
+ ---
5596
5604
name : nftables
5597
5605
remote : nfnty/vim-nftables
5598
5606
filetypes :
@@ -5609,4 +5617,4 @@ filetypes:
5609
5617
- name : openscad
5610
5618
patterns :
5611
5619
- pattern : ' *.scad'
5612
- description : OpenSCAD 3D modeling language
5620
+ description : OpenSCAD 3D modeling language
You can’t perform that action at this time.
0 commit comments