Compare commits

..

2 Commits

Author SHA1 Message Date
Mihai Galos
4f98015a0c Merge cf408f9125 into bc8a81d359 2023-03-05 16:54:20 -08:00
Mihai Galos
cf408f9125 Match filenames case-insenstively 2021-10-10 20:45:10 +02:00
4 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
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)
[![build](https://github.com/sheerun/vim-polyglot/workflows/Vim%20Polyglot%20CI/badge.svg)](https://github.com/sheerun/vim-polyglot/actions) [![Maintenance](https://img.shields.io/badge/maintained%20since-2013-yes)]()
A collection of language packs for Vim.
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.

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,justfile setf just
au BufNewFile,BufRead *.just,\cjustfile 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,justfile',
\ 'just': '*.just,\cjustfile',
\ 'kconfig': 'Kconfig,Kconfig.debug,Kconfig.*',
\ 'kivy': '*.kv',
\ 'kix': '*.kix',

View File

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