diff options
| author | ObserverOfTime <chronobserver@disroot.org> | 2024-01-09 11:50:31 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-01-19 16:58:37 +0100 |
| commit | 2f38c36294fde19a901b17589b153898b8a075e5 (patch) | |
| tree | 47baae4afe1df66f7c2183a25807fd63bca50ac2 /queries/teal | |
| parent | feat(git_config): add missing injections (diff) | |
| download | nvim-treesitter-2f38c36294fde19a901b17589b153898b8a075e5.tar nvim-treesitter-2f38c36294fde19a901b17589b153898b8a075e5.tar.gz nvim-treesitter-2f38c36294fde19a901b17589b153898b8a075e5.tar.bz2 nvim-treesitter-2f38c36294fde19a901b17589b153898b8a075e5.tar.lz nvim-treesitter-2f38c36294fde19a901b17589b153898b8a075e5.tar.xz nvim-treesitter-2f38c36294fde19a901b17589b153898b8a075e5.tar.zst nvim-treesitter-2f38c36294fde19a901b17589b153898b8a075e5.zip | |
fix(highlights): improve consistency
Diffstat (limited to 'queries/teal')
| -rw-r--r-- | queries/teal/highlights.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/queries/teal/highlights.scm b/queries/teal/highlights.scm index f74714290..8f5be2725 100644 --- a/queries/teal/highlights.scm +++ b/queries/teal/highlights.scm @@ -237,21 +237,3 @@ "{" "}" ] @punctuation.bracket - -; Only highlight format specifiers in calls to string.format -; string.format('...') -;(function_call -; called_object: (index -; (identifier) @base -; key: (identifier) @entry) -; arguments: (arguments . -; (string (format_specifier) @string.escape)) -; -; (#eq? @base "string") -; (#eq? @entry "format")) -; ('...'):format() -;(function_call -; called_object: (method_index -; (string (format_specifier) @string.escape) -; key: (identifier) @func-name) -; (#eq? @func-name "format")) |
