Use a single function for finding all keywords.
This commit is contained in:
@@ -1392,6 +1392,8 @@ fn compare_keyword<'s>(
|
||||
Ok(_) => {}
|
||||
};
|
||||
|
||||
// TODO: Compare key and value
|
||||
|
||||
Ok(DiffResult {
|
||||
status: this_status,
|
||||
name: emacs_name.to_owned(),
|
||||
|
||||
Reference in New Issue
Block a user