From 1c082cb4efa520608a581359365ac80c283362ab Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Tue, 21 Dec 2021 11:38:32 +0800 Subject: [PATCH] Add README for helix-syntax (#1312) --- helix-syntax/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 helix-syntax/README.md diff --git a/helix-syntax/README.md b/helix-syntax/README.md new file mode 100644 index 000000000..bba2197a3 --- /dev/null +++ b/helix-syntax/README.md @@ -0,0 +1,13 @@ +helix-syntax +============ + +Syntax highlighting for helix, (shallow) submodules resides here. + +Differences from nvim-treesitter +-------------------------------- + +As the syntax are commonly ported from +. + +Note that we do not support the custom `#any-of` predicate which is +supported by neovim so one needs to change it to `#match` with regex.