diff options
| author | Elwardi <elwardifadeli@gmail.com> | 2021-12-14 19:55:43 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-08 13:20:52 +0100 |
| commit | efaf985b2481cc8368c711efd9fd0f674f76e716 (patch) | |
| tree | e0edf93fdbf459f9a73fc67be0bf808ae5ae08f8 | |
| parent | Highlight builtins as @constant.builtin in OpenFOAM queries (diff) | |
| download | nvim-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.scm | 8 |
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 |
