forked from Toxaris/pts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add parsing for postulates (fix Toxaris#95)
- Loading branch information
1 parent
5d34f40
commit 3d98ef5
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3d98ef5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also extend the lists of keywords for the emacs mode (near the top of
emacs/pts-mode.el
)?3d98ef5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, and I added a comment mentioning that: 2fa8f08
Could the emacs mode ask pts itself?
3d98ef5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Yes, the emacs mode could ask PTS for the list of keywords. It already asks for the list of languages, so that code could be used as a template.
3d98ef5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I earmarked this in Toxaris#140.