(js--treesit-font-lock-settings): Remove some duplicates
* lisp/progmodes/js.el (js--treesit-font-lock-settings): Remove queries from 'function' that duplicate entries in 'definition' (one of them with a typo).
This commit is contained in:
parent
71c5f3694f
commit
ad0f87bb4c
1 changed files with 1 additions and 7 deletions
|
@ -3600,13 +3600,7 @@ Check if a node type is available, then return the right indent rules."
|
|||
function: [(identifier) @font-lock-function-call-face
|
||||
(member_expression
|
||||
property:
|
||||
(property_identifier) @font-lock-function-call-face)])
|
||||
(method_definition
|
||||
name: (property_identifier) @font-lock-function-name-face)
|
||||
(function_declaration
|
||||
name: (identifier) @font-lock-function-call-face)
|
||||
(function
|
||||
name: (identifier) @font-lock-function-name-face))
|
||||
(property_identifier) @font-lock-function-call-face)]))
|
||||
|
||||
:language 'javascript
|
||||
:feature 'jsx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue