This extension provides very basic syntax high-lighting for Alloy Analyzer(http://alloy.mit.edu/alloy/index.html).
There might be some bugs and could not handle all of the situations.
Syntax Highlighting for Alloy Modeling Language
Nothing
Some (maybe not) complex expressions might not be able to colorize as expected.
Update package category.
Add highlight to "seq" and "else", thanks for Ferhat Erata.
Added support for Alloy code blocks in markdown
Fix some issues, thanks for Arash Sahebolamri.
Now support self defined module and functions.
Now support self defined module and functions.
- Totally remove the tmLanguage file extracted from HiroakiMikami/atom-alloy.
- Write a totally new tmLanguage file from scratch based on the Alloy Language Reference.
- Using a multi-level approach to reduce the pattern matching times and enhance the coverage.
- Reduce the miss colorizing dramatically.
- More neat for further refactoring.
- Add support to built-in functions.
- Fix issues.
Add the link to the original tmLanguage file extracted from HiroakiMikami/atom-alloy(https://github.com/HiroakiMikami/atom-alloy).
Fix a minor typo.
Initial Release.