atom_quescript_package
Atom Package providing XML Grammar and Validation Rules for QueScript Beta 0.8.0
maybites 176 0 0.8.0 MIT GitHub

QueScript-atom-package

QueScript package for the Atom editor associating the 'que' file extension with the QueScript grammar for validation and autocomplete.

Structure

grammars/quescript.cson

The QueScript grammar with the scope name text.xml.quescript specifying the extension .que

schemata/quescript.xsd

the schema used for validation and autocomplete

settings/quescript.cson

A settings file providing a rule to associate the schema at schemata/quescript.xsd with the grammar scope text.xml.quescript

test/test.que

A test QueScript file

package.json

Installation

This package is published in the Atom Package Repository.

  • install package linter-autocomplete-jing and its dependencies under Atom > Settings.
  • install package xml-common-schemata under Atom > Settings.
  • install this package under Atom > Settings > Install and search for atom_quescript_package.

Notes

nope, no notes yet.