(python--treesit-settings): Remove duplicate matcher
* lisp/progmodes/python.el (python--treesit-settings): Remove duplicate matcher (which found itself under 'function' in addition to 'definition').
This commit is contained in:
parent
b464e6c490
commit
8503b370be
1 changed files with 1 additions and 3 deletions
|
@ -1096,9 +1096,7 @@ fontified."
|
|||
|
||||
:feature 'function
|
||||
:language 'python
|
||||
'((function_definition
|
||||
name: (identifier) @font-lock-function-name-face)
|
||||
(call function: (identifier) @font-lock-function-name-face)
|
||||
'((call function: (identifier) @font-lock-function-name-face)
|
||||
(call function: (attribute
|
||||
attribute: (identifier) @font-lock-function-name-face)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue