{ "file_types":["meson.build"], "install_suggestions":[ [ "meson setup build -Dprefix=${HOME}/.local", "meson compile -C build", "meson install -C build" ] ], "uninstall_suggestions": [ ["rm ~/.local/bin/{{project_name}}"], [ "# Uninstall with translations DELETE THIS LINE", "rm ~/.local/bin/{{project_name}}", "rm ~/.local/share/locale/{{languages}}/LC_MESSAGES/{{project_name.mo}}" ] ] }