Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9314171
bnf.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
713 B
Subscribers
None
bnf.js
View Options
/*
Language: Backus–Naur Form
Website: https://en.wikipedia.org/wiki/Backus–Naur_form
Author: Oleg Efimov <efimovov@gmail.com>
*/
/** @type LanguageFn */
function
bnf
(
hljs
)
{
return
{
name
:
'Backus–Naur Form'
,
contains
:
[
// Attribute
{
className
:
'attribute'
,
begin
:
/</
,
end
:
/>/
},
// Specific
{
begin
:
/::=/
,
end
:
/$/
,
contains
:
[
{
begin
:
/</
,
end
:
/>/
},
// Common
hljs
.
C_LINE_COMMENT_MODE
,
hljs
.
C_BLOCK_COMMENT_MODE
,
hljs
.
APOS_STRING_MODE
,
hljs
.
QUOTE_STRING_MODE
]
}
]
};
}
module
.
exports
=
bnf
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 12:14 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3353110
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment