Add nXML/TEI features
This commit is contained in:
parent
688cf1f105
commit
c61d26f465
6 changed files with 38845 additions and 0 deletions
7
snippets/nxml-mode/teicorpusskel
Normal file
7
snippets/nxml-mode/teicorpusskel
Normal file
|
@ -0,0 +1,7 @@
|
|||
# name: teicorpus-skeleton
|
||||
# key: teicorpusskel
|
||||
# --
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<teiCorpus xmlns="http://www.tei-c.org/ns/1.0">
|
||||
$0
|
||||
</teiCorpus>
|
7
snippets/nxml-mode/teiskel
Normal file
7
snippets/nxml-mode/teiskel
Normal file
|
@ -0,0 +1,7 @@
|
|||
# name: tei-skeleton
|
||||
# key: teiskel
|
||||
# --
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<TEI xmlns="http://www.tei-c.org/ns/1.0">
|
||||
$0
|
||||
</TEI>
|
Loading…
Add table
Add a link
Reference in a new issue