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.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/scala/highlights.scm b/queries/scala/highlights.scm
index 6f47babb3..d8b39950e 100644
--- a/queries/scala/highlights.scm
+++ b/queries/scala/highlights.scm
@@ -12,9 +12,9 @@
; Assume other uppercase names constants.
; NOTE: In order to distinguish constants we highlight
; all the identifiers that are uppercased. But this solution
-; is not suitable for all occurences e.g. it will highlight
+; is not suitable for all occurrences e.g. it will highlight
; an uppercased method as a constant if used with no params.
-; Introducing highlightning for those specific cases, is probably
+; Introducing highlighting for those specific cases, is probably
; best way to resolve the issue.
((identifier) @constant (#match? @constant "^[A-Z]"))