aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-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)