I am currently working with the gb4e package for linguistics in LaTeX, and I am wondering if there is an easy way to align parts across examples. For instance, in the following example, I want to left align "bar" with "something else."
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{gb4e}
\begin{document}
\begin{exe}
\ex \begin{xlist}
\ex foo: bar
\ex something: something else
\end{xlist}
\end{exe}
\end{document}
