Refresh generated neovim config
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
Author: Alejandro "HiPhish" Sanchez
|
||||
License: Apache-2.0
|
||||
Version: 0.4.0
|
||||
Version: 0.5.0
|
||||
|
||||
|
||||
==============================================================================
|
||||
@ -22,6 +22,7 @@ TABLE OF CONTENTS *rb-delimiters-contents*
|
||||
3.2 Custom queries ........................ |rb-delimiters-custom-query|
|
||||
3.3 Custom strategies ..................... |rb-delimiters-custom-strategy|
|
||||
3.4 Adding new languages .................. |rb-delimiters-custom-lang|
|
||||
3.5 Adding highlight tests ................ |rb-delimiters-highlight-test|
|
||||
4. Recipes ................................... |rb-delimiters-recipes|
|
||||
5. Acknowledgements .......................... |rb-delimiters-credit|
|
||||
6. Further reading ........................... |rb-delimiters-reading|
|
||||
@ -699,6 +700,19 @@ language. If the query is mature enough please consider upstreaming it so
|
||||
everyone can benefit.
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
ADDING HIGHLIGHT TESTS *rb-delimiters-highlight-test*
|
||||
|
||||
Whenever you make changes to a query or add support for a new language you
|
||||
should also add highlighting tests if you want to upsteam your changes. There
|
||||
are two steps:
|
||||
|
||||
- Add a sample file to show off the highlighting
|
||||
- Record the state of highlighting
|
||||
|
||||
See the `CONTRIBUTING` file of this repository for details.
|
||||
|
||||
|
||||
==============================================================================
|
||||
RECIPES *rb-delimiters-recipes*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user