Compare commits

..

2 Commits

Author SHA1 Message Date
Tobias Schmidl
f33a881000 Merge f290496a23 into bc8a81d359 2023-07-25 07:33:00 +00:00
Tobias Schmidl
f290496a23 Added support for bitbake files 2023-07-25 09:32:47 +02:00
2 changed files with 15 additions and 1 deletions

View File

@@ -1,11 +1,17 @@
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.
- It **won't affect your startup time**, as scripts are loaded only on demand\*.
- It **installs and updates 120+ times faster** than the <!--Package Count-->598<!--/Package Count--> packages it consists of.
- It **installs and updates 120+ times faster** than the <!--Package Count-->599<!--/Package Count--> packages it consists of.
- It is also more secure (scripts loaded for every filetype are generated by vim-polyglot)
- Best syntax and indentation support (no other features). Hand-selected language packs.
- Automatically detects indentation (includes performance-optimized version of [vim-sleuth](https://github.com/tpope/vim-sleuth), can be disabled)
@@ -50,6 +56,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr
- [asciidoc](https://github.com/asciidoc/vim-asciidoc) (AsciiDoc syntax highlighting for asciidoc, adoc and asc files)
- [autohotkey](https://github.com/hnamikaw/vim-autohotkey) (AutoHotkey syntax highlighting for ahk and ahkl files)
- [bicep](https://github.com/carlsmedstad/vim-bicep) (Syntax highlighting for bicep files)
- [bitbake](https://github.com/kergoth/vim-bitbake) (Syntax highlighting for bb files)
- [blade](https://github.com/jwalton512/vim-blade) (Blade syntax highlighting for blade and blade.php files)
- [brewfile](https://github.com/bfontaine/Brewfile.vim)
- [c/c++](https://github.com/vim-jp/vim-cpp) (C++ and C syntax highlighting for cpp, c++, cc, cp, cxx and 18 more files)

View File

@@ -5551,3 +5551,10 @@ filetypes:
patterns:
- pattern: '*.bicep'
description: Microsoft Bicep
---
name: bitbake
remote: kergoth/vim-bitbake
filetypes:
- name: bitbake
extensions:
- bb