We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b436b7 commit 7b0c78eCopy full SHA for 7b0c78e
tools/emacs/pyret.el
@@ -1832,6 +1832,8 @@ in (nil if we're not in a string).")
1832
1833
;; Automatically enable pyret-mode on .arr files.
1834
(add-to-list 'auto-mode-alist '("\\.arr\\'" . pyret-mode))
1835
+;; Pyret files are UTF-8.
1836
+(add-to-list 'file-coding-system-alist '("\\.arr\\'" . utf-8-unix))
1837
1838
(provide 'pyret)
1839
0 commit comments