diff options
| author | Lewis Russell <lewis6991@gmail.com> | 2022-09-26 10:19:02 +0100 |
|---|---|---|
| committer | Lewis Russell <me@lewisr.dev> | 2022-09-26 13:47:12 +0100 |
| commit | 37398c7d68826c8d6ae3f85cc52d83fd3dee4f84 (patch) | |
| tree | 97e1e895bdd180305a2e7584fae25c465bfe0c48 /queries/python/highlights.scm | |
| parent | Update lockfile.json (diff) | |
| download | nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.tar nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.tar.gz nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.tar.bz2 nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.tar.lz nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.tar.xz nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.tar.zst nvim-treesitter-37398c7d68826c8d6ae3f85cc52d83fd3dee4f84.zip | |
feat(spell): support more languages
Diffstat (limited to 'queries/python/highlights.scm')
| -rw-r--r-- | queries/python/highlights.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index f14e29f23..6555a5dea 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -140,8 +140,7 @@ (integer) @number (float) @float -(comment) @comment -(comment) @spell +(comment) @comment @spell (string) @string [ (escape_sequence) |
