witoff / atom-iam-syntax

AWS IAM Syntax Highlighting & Snippets for Atom IDE
MIT License
13 stars 3 forks source link

Atom IDE IAM Policy Syntax Highlighting

Action aware syntax highlighting and snippets for AWS IAM Policies in the Atom IDE.

Demo

Features:

Development Notes

Generating Grammars

Because AWS Services and available actions change often, so too must our grammar. We autogenerate the grammar with the provided script

cd ./lib
bundle install
bundle exec generate-grammars.rb

Extracting The Service map

Atom Grammar Development

Publishing Atom Package

apm publish patch|minor|major

Resources

Resources:

Thanks: