Skip to content
Snippets Groups Projects
Verified Commit 7f44a282 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Emacs mode: add missing “resid” keyword

parent e49cada3
Branches
No related tags found
No related merge requests found
;;; dynare.el --- major mode for editing Dynare mod files
;; Copyright © 2010 Yannick Kalantzis
;; Copyright © 2019-2021 Dynare Team
;; Copyright © 2019-2022 Dynare Team
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
......@@ -79,7 +79,7 @@
"smoother2histval" "perfect_foresight_setup" "perfect_foresight_solver"
"perfect_foresight_with_expectation_errors_setup"
"perfect_foresight_with_expectation_errors_solver"
"compilation_setup" "model_remove" "model_options" "var_remove"
"compilation_setup" "model_remove" "model_options" "var_remove" "resid"
"std" "corr" "prior_function" "posterior_function" "end")
"Dynare statement keywords.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment