mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 20:13:51 -05:00
Add justfile support (#713)
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
This commit is contained in:
@@ -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)
|
- [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)
|
- [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)
|
- [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)
|
- [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)
|
- [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)
|
- [lilypond](https://github.com/anowlcalledjosh/vim-lilypond) (LilyPond syntax highlighting for ly and ily files)
|
||||||
|
|||||||
@@ -5593,6 +5593,14 @@ filetypes:
|
|||||||
- pattern: '*sway/config'
|
- pattern: '*sway/config'
|
||||||
description: Sway Configuration
|
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
|
name: nftables
|
||||||
remote: nfnty/vim-nftables
|
remote: nfnty/vim-nftables
|
||||||
filetypes:
|
filetypes:
|
||||||
@@ -5609,4 +5617,4 @@ filetypes:
|
|||||||
- name: openscad
|
- name: openscad
|
||||||
patterns:
|
patterns:
|
||||||
- pattern: '*.scad'
|
- pattern: '*.scad'
|
||||||
description: OpenSCAD 3D modeling language
|
description: OpenSCAD 3D modeling language
|
||||||
Reference in New Issue
Block a user