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

:bug: Emacs mode: fix colorization of math functions that appear just after an equal sign

parent 79153ab1
No related branches found
No related tags found
No related merge requests found
;;; dynare.el --- major mode for editing Dynare mod files
;; Copyright © 2010 Yannick Kalantzis
;; Copyright © 2019-2023 Dynare Team
;; Copyright © 2019-2024 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
......@@ -165,6 +165,7 @@
(modify-syntax-entry ?- "." st)
(modify-syntax-entry ?/ "." st)
(modify-syntax-entry ?^ "." st)
(modify-syntax-entry ?= "." st)
;; symbols for the macrolanguage
(modify-syntax-entry ?@ "." st)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment