Initial Commit
This commit is contained in:
1
node_modules/prismjs/components/prism-yang.min.js
generated
vendored
Normal file
1
node_modules/prismjs/components/prism-yang.min.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Prism.languages.yang={comment:/\/\*[\s\S]*?\*\/|\/\/.*/,string:{pattern:/"(?:[^\\"]|\\.)*"|'[^']*'/,greedy:!0},keyword:{pattern:/(^|[{};\r\n][ \t]*)[a-z_][\w.-]*/i,lookbehind:!0},namespace:{pattern:/(\s)[a-z_][\w.-]*(?=:)/i,lookbehind:!0},boolean:/\b(?:false|true)\b/,operator:/\+/,punctuation:/[{};:]/};
|
Reference in New Issue
Block a user