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