From 1621246b8d852924212791fd7d102ae3a27dd11c Mon Sep 17 00:00:00 2001 From: mhoffm Date: Sat, 12 Jun 2021 08:43:30 +0200 Subject: [PATCH] remove queries --- .gitignore | 1 + queries/highlights.scm | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 queries/highlights.scm diff --git a/.gitignore b/.gitignore index bf831ee..476408b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules build +queries npm-debug.log .env .DS_Store diff --git a/queries/highlights.scm b/queries/highlights.scm deleted file mode 100644 index 4cabd4b..0000000 --- a/queries/highlights.scm +++ /dev/null @@ -1,13 +0,0 @@ -; highlights.scm - -(block name: (identifier) @hcl_block_name) -(attribute name: (identifier) @hcl_attribute_name) -(identifier) @string.special -(string_lit) @string -(numeric_lit) @number -(bool_lit) @boolean -(null_lit) @null -(comment) @comment -(for_intro) @keyword -(for_cond) @keyword -