Skip to content

Commit

Permalink
Modify screenshot size
Browse files Browse the repository at this point in the history
  • Loading branch information
yuezk committed Nov 10, 2019
1 parent 7e371d6 commit b7fd64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Vim syntax highlighting plugin for JavaScript and [Flow.js](https://flow.org/)
- Better support for [JSDoc](https://jsdoc.app/) syntax
- More accurate syntax groups, easy for colorscheme customization

<img src="https://github.com/yuezk/vim-js/raw/3c69f3e3a2d2d9712dcc9c79b57dbff55a8455a6/screenshot.png" alt="yuezk/vim-js screenshot" style="max-width:100%; width: 500px;">
<img src="https://github.com/yuezk/vim-js/raw/3c69f3e3a2d2d9712dcc9c79b57dbff55a8455a6/screenshot.png" alt="yuezk/vim-js screenshot" width="500">

## Install

Expand All @@ -21,7 +21,7 @@ A Vim syntax highlighting plugin for JavaScript and [Flow.js](https://flow.org/)
Please use [vim-jsx-pretty](https://github.com/MaxMEllon/vim-jsx-pretty) to highlight the JSX syntax. It's another plugin I currently maintain.

```vim
Plug maxmellon/vim-jsx-pretty
Plug 'maxmellon/vim-jsx-pretty'
```

## License
Expand Down

0 comments on commit b7fd64d

Please sign in to comment.