aboutsummaryrefslogtreecommitdiffstats
path: root/queries/scala/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/scala/highlights.scm')
-rw-r--r--queries/scala/highlights.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/queries/scala/highlights.scm b/queries/scala/highlights.scm
index 711cd36a0..032863c08 100644
--- a/queries/scala/highlights.scm
+++ b/queries/scala/highlights.scm
@@ -60,8 +60,8 @@
(import_declaration
path: (identifier) @module)
-((stable_identifier
- (identifier) @module))
+(stable_identifier
+ (identifier) @module)
((import_declaration
path: (identifier) @type)
@@ -74,8 +74,8 @@
(export_declaration
path: (identifier) @module)
-((stable_identifier
- (identifier) @module))
+(stable_identifier
+ (identifier) @module)
((export_declaration
path: (identifier) @type)
@@ -274,7 +274,7 @@
; `case` is a conditional keyword in case_block
(case_block
(case_clause
- ("case") @keyword.conditional))
+ "case" @keyword.conditional))
(operator_identifier) @operator