aboutsummaryrefslogtreecommitdiffstats
path: root/queries/c_sharp
diff options
context:
space:
mode:
Diffstat (limited to 'queries/c_sharp')
-rw-r--r--queries/c_sharp/highlights.scm10
1 files changed, 8 insertions, 2 deletions
diff --git a/queries/c_sharp/highlights.scm b/queries/c_sharp/highlights.scm
index 0bf777f0d..d702187de 100644
--- a/queries/c_sharp/highlights.scm
+++ b/queries/c_sharp/highlights.scm
@@ -260,8 +260,6 @@
"params"
"operator"
"default"
- "yield"
- "return"
"abstract"
"const"
"extern"
@@ -288,3 +286,11 @@
"where"
] @keyword
+[
+ "return"
+] @keyword.return
+
+[
+ "yield"
+] @keyword.yield
+