diff options
author | Susheel Thapa | 2023-12-15 06:58:27 +0000 |
---|---|---|
committer | GitHub | 2023-12-15 06:58:27 +0000 |
commit | 23fd145a56260293072622c4d64482fc6447af7c (patch) | |
tree | aef2620fe15fdf0c8e1b173d7f4401a24259c0d7 /runtime/queries/yuck/highlights.scm | |
parent | e332c7d87545daea9d37fabda5f4a705e7a2dd80 (diff) |
fix: typo in scm files inside runtime/queries/ (#8630)
Diffstat (limited to 'runtime/queries/yuck/highlights.scm')
-rw-r--r-- | runtime/queries/yuck/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/yuck/highlights.scm b/runtime/queries/yuck/highlights.scm index 9f116f15..70de4cbe 100644 --- a/runtime/queries/yuck/highlights.scm +++ b/runtime/queries/yuck/highlights.scm @@ -101,7 +101,7 @@ (list (symbol) @tag) -; Other stuff that has not been catched by the previous queries yet +; Other stuff that has not been caught by the previous queries yet (ident) @variable (index) @variable |