mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:10:05 +08:00
Detach syntax file for FlyGrep (#2353)
* Detech syntax file for FlyGrep To fix syntax highlight for FlyGrep apart from SpaceVim * Following-HEAD.md: added FlyGrep syntax fix
This commit is contained in:
parent
8989f86023
commit
7309a28ff1
@ -15,6 +15,7 @@ main () {
|
||||
flygrep)
|
||||
git clone https://github.com/wsdjeg/FlyGrep.vim.git detach/$1
|
||||
cd detach/$1
|
||||
_checkdir syntax/
|
||||
_checkdir autoload/SpaceVim/api
|
||||
_checkdir autoload/SpaceVim/api/vim
|
||||
_checkdir autoload/SpaceVim/api/data
|
||||
@ -31,6 +32,7 @@ main () {
|
||||
_detect autoload/SpaceVim/api/system.vim
|
||||
_detect autoload/SpaceVim/mapping/search.vim
|
||||
_detect autoload/SpaceVim/logger.vim
|
||||
_detect syntax/SpaceVimFlyGrep.vim
|
||||
_detect LICENSE
|
||||
git add .
|
||||
git commit -m "Auto Update"
|
||||
|
@ -36,6 +36,7 @@ The next release is v1.0.0.
|
||||
- Fix comment paragraphs key bindings ([#2340](https://github.com/SpaceVim/SpaceVim/pull/2340))
|
||||
- Fix dein-ui error, add syntax ([#2352](https://github.com/SpaceVim/SpaceVim/pull/2352), [`c9e1d4c`](https://github.com/SpaceVim/SpaceVim/commit/c9e1d4c9635c483bb3334c00ed36026d18950070))
|
||||
- Fix fullscreen key binding ([#2351](https://github.com/SpaceVim/SpaceVim/pull/2351))
|
||||
- Added missed syntax for detached FlyGrep ([#2353](https://github.com/SpaceVim/SpaceVim/pull/2353), [`08d0713`](https://github.com/SpaceVim/SpaceVim/commit/08d0713c4494ca401942a6ca10a48a1ac8484ce1))
|
||||
|
||||
### Removed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user