summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrYR79435 <60985157+rYR79435@users.noreply.github.com>2021-06-09 21:10:58 +0200
committerGitHub <noreply@github.com>2021-06-09 21:10:58 +0200
commit839447bbf542925b1085a33d076cc525138aad7c (patch)
tree46f8b580cbba66ce56ecfd7a8428e71f1c462ad1
parent85a1c3d2d89eb372adba2551c0f83a1eb9f05098 (diff)
downloadvim-polyglot-839447bbf542925b1085a33d076cc525138aad7c.tar.gz
vim-polyglot-839447bbf542925b1085a33d076cc525138aad7c.zip
Replace i3 and sway with a single repo, fixes #709 (#716)
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
-rw-r--r--README.md3
-rw-r--r--packages.yaml21
2 files changed, 5 insertions, 19 deletions
diff --git a/README.md b/README.md
index 32718e4d..c5a81542 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr
- [hive](https://github.com/zebradil/hive.vim) (HiveQL syntax highlighting for q, hql and ql files)
- [hjson](https://github.com/hjson/vim-hjson) (Syntax highlighting for hjson files)
- [html5](https://github.com/othree/html5.vim)
-- [i3](https://github.com/mboughaba/i3config.vim) (Syntax highlighting for i3.config and i3config files)
+- [i3/sway](https://github.com/jamespeapen/swayconfig.vim/tree/i3sway) (Syntax highlighting for i3.config, i3config, sway.config and swayconfig files)
- [icalendar](https://github.com/chutzpah/icalendar.vim) (Syntax highlighting for ics files)
- [idris2](https://github.com/edwinb/idris2-vim) (Syntax highlighting for idr, ipkg and lidr files)
- [idris](https://github.com/idris-hackers/idris-vim) (Idris syntax highlighting for idr and lidr files)
@@ -182,7 +182,6 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr
- [svelte](https://github.com/leafOfTree/vim-svelte-plugin) (Svelte syntax highlighting for svelte files)
- [svg-indent](https://github.com/jasonshell/vim-svg-indent)
- [svg](https://github.com/vim-scripts/svg.vim) (SVG syntax highlighting for svg files)
-- [sway](https://github.com/aouelete/sway-vim-syntax)
- [swift](https://github.com/keith/swift.vim) (Swift syntax highlighting for swift files)
- [sxhkd](https://github.com/baskerville/vim-sxhkdrc) (Syntax highlighting for sxhkdrc files)
- [systemd](https://github.com/wgwoods/vim-systemd-syntax) (Syntax highlighting for automount, dnssd, link, mount, netdev and 9 more files)
diff --git a/packages.yaml b/packages.yaml
index 91bed441..cd65118b 100644
--- a/packages.yaml
+++ b/packages.yaml
@@ -807,19 +807,6 @@ filetypes:
extra_extensions:
- ql
---
-name: i3
-remote: mboughaba/i3config.vim
-filetypes:
-- name: i3config
- filenames:
- - i3.config
- - i3config
- - .i3.config
- - .i3config
- extensions:
- - i3.config
- - i3config
----
name: icalendar
remote: chutzpah/icalendar.vim
filetypes:
@@ -5586,12 +5573,12 @@ filetypes:
description: Hjson (https://hjson.github.io)
---
name: sway
-remote: aouelete/sway-vim-syntax
+remote: jamespeapen/swayconfig.vim/tree/i3sway
filetypes:
-- name: sway
+- name: i3config
patterns:
- - pattern: '*sway/config'
- description: Sway Configuration
+ - pattern: 'i3.config,*.i3config,*.i3.config,*sway/config,*.swayconfig,*.sway.config,sway.config'
+ description: Sway/i3 Configuration
---
name: just
remote: NoahTheDuke/vim-just