aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/fish/highlights.scm
diff options
context:
space:
mode:
authorBen Lee-Cohen2022-04-18 04:12:47 +0000
committerGitHub2022-04-18 04:12:47 +0000
commit2bddec02e7a810b1d73c6179e3ad708dd59ea5a9 (patch)
tree3003521596f39e9501c722a4c2f943715ee6dc50 /runtime/queries/fish/highlights.scm
parentc2a40d9d5229c701fa1a6d0fb80ce4ba86e8dc0c (diff)
Fixing (in two ways) a small typo (#2156)
Diffstat (limited to 'runtime/queries/fish/highlights.scm')
-rw-r--r--runtime/queries/fish/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/fish/highlights.scm b/runtime/queries/fish/highlights.scm
index def53931..4235cdd6 100644
--- a/runtime/queries/fish/highlights.scm
+++ b/runtime/queries/fish/highlights.scm
@@ -101,7 +101,7 @@
]
)
-; non-bultin command names
+; non-builtin command names
(command name: (word) @function)
; derived from builtin -n (fish 3.2.2)