Skip to content

Commit

Permalink
Add #FAMILIES to site-lisp/kpp.el font-lock section
Browse files Browse the repository at this point in the history
This will colorize the #FAMILIES section of the KPP definition file.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Aug 6, 2022
1 parent 0834828 commit d690142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-lisp/kpp.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"\\|#SPARSEDATA\\|#STOCHASTIC\\|#STOICMAT\\|#TRANSPORTALL"
"\\|#TRANSPORT\\|#USE\\|#USES\\|#WRITE_ATM"
"\\|#WRITE_MAT\\|#WRITE_OPT\\|#WRITE_SPC"
"\\|#UPPERCASEF90\\|#MINVERSION"
"\\|#UPPERCASEF90\\|#MINVERSION\\|#FAMILIES"
"\\|#XGRID\\|#YGRID\\|#ZGRID\\)"
) 'font-lock-keyword-face)
'("^//.*" 0 font-lock-comment-face t) ; comment
Expand Down

0 comments on commit d690142

Please sign in to comment.