I have installed the latest version of universal-ctags on my Mac. I want to index yml files but running ctags --list-languages does not list yml as one of the supported languages. However, their documentation says that ymls are supported using LibYaml and AnsiblePlaybook libyaml, and that these two parsers have been newly added.
How can I fix this? I searched a lot on the Internet but apparently, no one has faced this problem yet.
Homebrew ctags doesn't support yaml out of the box unfortunately
using homebrew ctags:
so I simply uninstalled homebrew ctags:
and than ran the ctags installation manually:
then, profit:
Update
I tried doing this on Mac OS Montery 12.3.1 (M1) and I got this error when running
so I simply fixed it by running this