Compare commits

..

2 Commits

Author SHA1 Message Date
Adam Stankiewicz
f061eddb7c Update README.md
Some checks failed
Vim Polyglot CI / test (push) Has been cancelled
2025-08-27 19:10:22 +02:00
Haim
f5393cfee0 Update README.md (#861)
Some checks failed
Vim Polyglot CI / test (push) Has been cancelled
Fix parenthesis missing, thus logo was not showing up
2024-12-04 23:22:43 +01:00
4 changed files with 4 additions and 8 deletions

View File

@@ -1,8 +1,4 @@
This is my top-starred repository on Github, so I've decided to put this ad here:
If you work for big corp and seek consulting, please visit following repository: https://github.com/sheerun/consultation
![vim-polyglot](https://i.imgur.com/9RxQK6k.png
![vim-polyglot](https://i.imgur.com/9RxQK6k.png)
A collection of language packs for Vim.

View File

@@ -190,7 +190,7 @@ if !has_key(g:polyglot_is_disabled, 'nftables')
endif
if !has_key(g:polyglot_is_disabled, 'just')
au BufNewFile,BufRead *.just,\cjustfile setf just
au BufNewFile,BufRead *.just,justfile setf just
endif
if !has_key(g:polyglot_is_disabled, 'sway')

View File

@@ -269,7 +269,7 @@ let s:globs = {
\ 'jsp': '*.jsp',
\ 'jst': '*.ejs,*.ect,*.ejs.t,*.jst',
\ 'julia': '*.jl',
\ 'just': '*.just,\cjustfile',
\ 'just': '*.just,justfile',
\ 'kconfig': 'Kconfig,Kconfig.debug,Kconfig.*',
\ 'kivy': '*.kv',
\ 'kix': '*.kix',

View File

@@ -5502,7 +5502,7 @@ remote: NoahTheDuke/vim-just
filetypes:
- name: just
patterns:
- pattern: '\cjustfile,*.just'
- pattern: 'justfile,*.just'
description: 'Just a task runner (https://github.com/casey/just)'
---
name: nftables