From d2e3da39d47e1c5d3a214b037cac729cf3a656c1 Mon Sep 17 00:00:00 2001 From: JellyApple102 Date: Thu, 23 Sep 2021 17:59:31 -0400 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e36e02d..d4273ce 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # tree-sitter-dfraw -A simple language parser and highlighter made with [tree-sitter]("https://github.com/tree-sitter/tree-sitter") +A simple language parser and highlighter made with [tree-sitter](https://github.com/tree-sitter/tree-sitter) -# Using with [nvim-treesitter]("https://github.com/nvim-treesitter/nvim-treesitter") +# Using with [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) -Please refer to the [adding parsers]("https://github.com/nvim-treesitter/nvim-treesitter#advanced-setup") section on the nvim-treesitter page. +Please refer to the [adding parsers](https://github.com/nvim-treesitter/nvim-treesitter#advanced-setup) section on the nvim-treesitter page. 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`. More information can be found on the nvim-treesitter page.