You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Vim:
Get all classes and ids of the currently opened file,
loop through and call mort
pseudocode
let idsAndClasses = getIdsAndClasses(myfile.css);
for idOrClass in idsAndClasses:
echo "idOrClass" | mort
if no results found:
populate the gutter with a sign
The text was updated successfully, but these errors were encountered:
Should be easy now we can pipe via stdin.
In Vim:
Get all classes and ids of the currently opened file,
loop through and call mort
pseudocode
The text was updated successfully, but these errors were encountered: