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/zathurarc/highlights.scm | 36 ------------------------------------ queries/zathurarc/injections.scm | 9 --------- 2 files changed, 45 deletions(-) delete mode 100644 queries/zathurarc/highlights.scm delete mode 100644 queries/zathurarc/injections.scm (limited to 'queries/zathurarc') diff --git a/queries/zathurarc/highlights.scm b/queries/zathurarc/highlights.scm deleted file mode 100644 index 04daa190a..000000000 --- a/queries/zathurarc/highlights.scm +++ /dev/null @@ -1,36 +0,0 @@ -; General -(path) @string.special.path - -(option) @variable.builtin - -(command) @keyword - -(include_directive - (command) @keyword.import) - -(mode_name) @type.builtin - -(key) @constant - -(function) @function.call - -(argument) @variable.parameter - -; Comments -(comment) @comment @spell - -; Literals -(int) @number - -(float) @number.float - -(string) @string - -(bool) @boolean - -[ - "<" - ">" - "[" - "]" -] @punctuation.bracket diff --git a/queries/zathurarc/injections.scm b/queries/zathurarc/injections.scm deleted file mode 100644 index 8e45396b7..000000000 --- a/queries/zathurarc/injections.scm +++ /dev/null @@ -1,9 +0,0 @@ -(set_directive - (option) @_option - (string) @injection.content - (#eq? @_option "synctex-editor-command") - (#offset! @injection.content 0 1 0 -1) - (#set! injection.language "bash")) - -((comment) @injection.content - (#set! injection.language "comment")) -- cgit v1.3.1