language-dtd

DTD language support in Atom

sebastienscout

4,199

0

Bug Reports

0.2.1

MIT

GitHub

Language-dtd package for Atom

Adds syntax highlighting and snippets to DTD (Document Type Definition) files in Atom.

Snippets

From DTD file

Snippets Result
< <!NAME element>
element <!ELEMENT name (content)>
attlist <!ATTLIST element attribute TYPE #VALUE>
entity <!ENTITY name "value">

From XML file

Snippets Result
dtd-simple <!NAME element>
dtd-element <!ELEMENT name (content)>
dtd-attlist <!ATTLIST element attribute TYPE #VALUE>
dtd-entity <!ENTITY name "value">
dtd-local Generates a local DTD environment
dtd-import Import an external DTD file

Bugs

Feel free to report an issue and make a request.