Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 696274 Details for
Bug 910111
RFE: Add support for the Mallard markup language
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
A syntax file for Mallard
mallard.vim (text/plain), 1.69 KB, created by
Jaromir Hradilek
on 2013-02-11 20:46:05 UTC
(
hide
)
Description:
A syntax file for Mallard
Filename:
MIME Type:
Creator:
Jaromir Hradilek
Created:
2013-02-11 20:46:05 UTC
Size:
1.69 KB
patch
obsolete
>" Vim syntax file >" Language: Mallard >" Maintainer: Jaromir Hradilek <jhradilek@gmail.com> >" URL: https://github.com/jhradilek/vim-syntax >" Last Change: 11 February 2013 >" Description: A syntax file for the Mallard markup language according to >" Mallard 1.0 DRAFT as of 2013-02-11. > >if exists("b:current_syntax") > finish >endif > >do Syntax xml >syn cluster xmlTagHook add=mallardTagName >syn spell toplevel >syn case match > >syn keyword mallardTagName app cite cmd code col colgroup comment contained >syn keyword mallardTagName credit desc em email example figure contained >syn keyword mallardTagName file gui guiseq info input item key contained >syn keyword mallardTagName keyseq license link links list listing contained >syn keyword mallardTagName media name note output p page quote contained >syn keyword mallardTagName revision screen section span steps contained >syn keyword mallardTagName subtitle synopsis sys table tbody td contained >syn keyword mallardTagName terms tfoot thead title tr tree var contained >syn keyword mallardTagName years contained > >syn region mallardComment start="<comment\>" end="</comment>"me=e-10 contains=xmlTag,xmlNamespace,xmlTagName,xmlEndTag,xmlRegion,xmlEntity,@Spell keepend >syn region mallardEmphasis start="<em\>" end="</em>"me=e-5 contains=xmlTag,xmlNamespace,xmlTagName,xmlEndTag,xmlRegion,xmlEntity,@Spell keepend >syn region mallardTitle start="<title\>" end="</title>"me=e-8 contains=xmlTag,xmlNamespace,xmlTagName,xmlEndTag,xmlRegion,xmlEntity,@Spell keepend > >hi def link mallardComment Comment >hi def link mallardTagName Statement >hi def link mallardTitle Title >hi def mallardEmphasis term=italic cterm=italic gui=italic > >let b:current_syntax = "mallard"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 910111
: 696274 |
696275