Skip to content

Ansible syntax highlighting extension for VScode editor

License

Notifications You must be signed in to change notification settings

arjuhe/vs-language-ansible

 
 

Repository files navigation

Ansible Syntax Highlighting Extension

This extension implements syntax highlighting for Ansible in VScode. It's based on the Ansible Sublime-text package with my own fixes.

Setup File associations

Settings for VScode to automatically assign Ansible syntax to files.

    "files.associations": {
        "**/defaults/**/*": "ansible",
        "**/tasks/**/*.yml" : "ansible",
        "**/handler/*.yml" : "ansible",
        "**/*_vars/**/*.yml" : "ansible",
        "**/roles/**/*.yml" : "ansible",
        "**/playbooks/**/*.yml" : "ansible",
        "**/*ansible*/**/*.yml" : "ansible",
        "**/vars/**/*.yml": "ansible",
        "**/inventory/*/*": "ansible"
    }

About

Ansible syntax highlighting extension for VScode editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published