Skip to content

Commit 85a1c3d

Browse files
NoahTheDukesheerun
andauthored
Add justfile support (#713)
Co-authored-by: Adam Stankiewicz <[email protected]>
1 parent 26095dd commit 85a1c3d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr
118118
- [jst](https://github.com/briancollins/vim-jst) (EJS syntax highlighting for ejs, ect and jst files)
119119
- [jsx](https://github.com/MaxMEllon/vim-jsx-pretty) (Syntax highlighting for jsx files)
120120
- [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)
121122
- [kotlin](https://github.com/udalov/kotlin-vim) (Kotlin syntax highlighting for kt, ktm and kts files)
122123
- [ledger](https://github.com/ledger/vim-ledger) (Syntax highlighting for ldg, ledger and journal files)
123124
- [lilypond](https://github.com/anowlcalledjosh/vim-lilypond) (LilyPond syntax highlighting for ly and ily files)

packages.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5593,6 +5593,14 @@ filetypes:
55935593
- pattern: '*sway/config'
55945594
description: Sway Configuration
55955595
---
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+
---
55965604
name: nftables
55975605
remote: nfnty/vim-nftables
55985606
filetypes:
@@ -5609,4 +5617,4 @@ filetypes:
56095617
- name: openscad
56105618
patterns:
56115619
- pattern: '*.scad'
5612-
description: OpenSCAD 3D modeling language
5620+
description: OpenSCAD 3D modeling language

0 commit comments

Comments
 (0)