From d2d1d1cc993b155dc5b5c7faec2358579f73f95d Mon Sep 17 00:00:00 2001 From: JellyApple102 Date: Fri, 24 Sep 2021 13:25:23 -0400 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f1979..f5dc499 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ parser_config.dfraw = { used_by = { 'dfraw' } } ``` -Wrap in `lua << EOF` and `EOF` to use in `init.vim`. +Wrap in `lua << EOF` and `EOF` to use in `init.vim`.\ Then run `:TSInstall dfraw` to install the parser. In order for syntax highlighting to work you copy `queries/highlights.scm` file from this repo to your nvim-treesitter location `queries/dfraw/highlights.scm`.