summaryrefslogtreecommitdiff
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
parent813388803240dee8d5ac856e9560336dd539b9ac (diff)
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 6dfab06f..00000000
--- 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