From 692b051b09935653befdb8f7ba8afdb640adf17b Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 12 Jun 2023 09:54:30 -0600 Subject: feat!: drop modules, general refactor and cleanup --- queries/haskell_persistent/folds.scm | 1 - queries/haskell_persistent/highlights.scm | 38 ------------------------------- 2 files changed, 39 deletions(-) delete mode 100644 queries/haskell_persistent/folds.scm delete mode 100644 queries/haskell_persistent/highlights.scm (limited to 'queries/haskell_persistent') diff --git a/queries/haskell_persistent/folds.scm b/queries/haskell_persistent/folds.scm deleted file mode 100644 index dd34d9f15..000000000 --- a/queries/haskell_persistent/folds.scm +++ /dev/null @@ -1 +0,0 @@ -(entity_definition) @fold diff --git a/queries/haskell_persistent/highlights.scm b/queries/haskell_persistent/highlights.scm deleted file mode 100644 index 22cbf5cb3..000000000 --- a/queries/haskell_persistent/highlights.scm +++ /dev/null @@ -1,38 +0,0 @@ -; ---------------------------------------------------------------------------- -; Literals and comments -(integer) @number - -(float) @number.float - -(char) @character - -(string) @string - -(attribute_name) @attribute - -(attribute_exclamation_mark) @attribute - -(con_unit) @string.special.symbol ; unit, as in () - -(comment) @comment @spell - -; ---------------------------------------------------------------------------- -; Keywords, operators, includes -[ - "Id" - "Primary" - "Foreign" - "deriving" -] @keyword - -"=" @operator - -; ---------------------------------------------------------------------------- -; Functions and variables -(variable) @variable - -; ---------------------------------------------------------------------------- -; Types -(type) @type - -(constructor) @constructor -- cgit v1.2.3-70-g09d2