Skip to content

sebastienscout/atom-dtd-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.