aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElwardi <elwardifadeli@gmail.com>2021-12-14 19:55:43 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-01-08 13:20:52 +0100
commitefaf985b2481cc8368c711efd9fd0f674f76e716 (patch)
treee0edf93fdbf459f9a73fc67be0bf808ae5ae08f8
parentHighlight builtins as @constant.builtin in OpenFOAM queries (diff)
downloadnvim-treesitter-efaf985b2481cc8368c711efd9fd0f674f76e716.tar
nvim-treesitter-efaf985b2481cc8368c711efd9fd0f674f76e716.tar.gz
nvim-treesitter-efaf985b2481cc8368c711efd9fd0f674f76e716.tar.bz2
nvim-treesitter-efaf985b2481cc8368c711efd9fd0f674f76e716.tar.lz
nvim-treesitter-efaf985b2481cc8368c711efd9fd0f674f76e716.tar.xz
nvim-treesitter-efaf985b2481cc8368c711efd9fd0f674f76e716.tar.zst
nvim-treesitter-efaf985b2481cc8368c711efd9fd0f674f76e716.zip
Remove OpenFOAM textobjects
-rw-r--r--queries/foam/textobjects.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/queries/foam/textobjects.scm b/queries/foam/textobjects.scm
deleted file mode 100644
index 6dfab06f7..000000000
--- a/queries/foam/textobjects.scm
+++ /dev/null
@@ -1,8 +0,0 @@
-(dict) @class.outer
-((dict_core) @class.inner)
-((key_value value: _? @_start (_)* _? @parameter.inner)
- (#make-range! "function.inner" @_start @parameter.inner)) @function.outer
-(code (_)* @class.inner) @class.outer
-((comment) @_start ((comment)+) @_end
- (#make-range! "comment.outer" @_start @_end))
-(comment) @comment.inner