diff options
Diffstat (limited to '.config/nvim/after/queries/python')
-rwxr-xr-x | .config/nvim/after/queries/python/highlights.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/nvim/after/queries/python/highlights.scm b/.config/nvim/after/queries/python/highlights.scm deleted file mode 100755 index 4b664d4..0000000 --- a/.config/nvim/after/queries/python/highlights.scm +++ /dev/null @@ -1,3 +0,0 @@ -(block (expression_statement (string)) @docstring) - -(type) @type |