aboutsummaryrefslogtreecommitdiffstats
path: root/queries/c_sharp
diff options
context:
space:
mode:
Diffstat (limited to 'queries/c_sharp')
-rw-r--r--queries/c_sharp/highlights.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/c_sharp/highlights.scm b/queries/c_sharp/highlights.scm
index 07fe08298..42ec33597 100644
--- a/queries/c_sharp/highlights.scm
+++ b/queries/c_sharp/highlights.scm
@@ -1,8 +1,8 @@
(identifier) @variable
-((identifier) @keyword @_p
- (#eq? @_p "value")
- (#has-ancestor? @_p accessor_declaration))
+((identifier) @keyword
+ (#eq? @keyword "value")
+ (#has-ancestor? @keyword accessor_declaration))
(method_declaration
name: (identifier) @method)