Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: lib/src/prism/components/prism-verilog.min.js

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/src/prism/components/prism-verilog.js ('k') | lib/src/prism/components/prism-vhdl.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Prism.languages.verilog={comment:/\/\/.*|\/\*[\w\W]*?\*\//,string:/"(?:\\(?:\r\n |[\s\S])|[^"\\\r\n])*"/,property:/\B\$\w+\b/,constant:/\B`\w+\b/,"function":/[a- z\d_]+(?=\()/i,keyword:/\b(?:alias|and|assert|assign|assume|automatic|before|beg in|bind|bins|binsof|bit|break|buf|bufif0|bufif1|byte|class|case|casex|casez|cell |chandle|clocking|cmos|config|const|constraint|context|continue|cover|covergroup |coverpoint|cross|deassign|default|defparam|design|disable|dist|do|edge|else|end |endcase|endclass|endclocking|endconfig|endfunction|endgenerate|endgroup|endinte rface|endmodule|endpackage|endprimitive|endprogram|endproperty|endspecify|endseq uence|endtable|endtask|enum|event|expect|export|extends|extern|final|first_match |for|force|foreach|forever|fork|forkjoin|function|generate|genvar|highz0|highz1| if|iff|ifnone|ignore_bins|illegal_bins|import|incdir|include|initial|inout|input |inside|instance|int|integer|interface|intersect|join|join_any|join_none|large|l iblist|library|local|localparam|logic|longint|macromodule|matches|medium|modport |module|nand|negedge|new|nmos|nor|noshowcancelled|not|notif0|notif1|null|or|outp ut|package|packed|parameter|pmos|posedge|primitive|priority|program|property|pro tected|pull0|pull1|pulldown|pullup|pulsestyle_onevent|pulsestyle_ondetect|pure|r and|randc|randcase|randsequence|rcmos|real|realtime|ref|reg|release|repeat|retur n|rnmos|rpmos|rtran|rtranif0|rtranif1|scalared|sequence|shortint|shortreal|showc ancelled|signed|small|solve|specify|specparam|static|string|strong0|strong1|stru ct|super|supply0|supply1|table|tagged|task|this|throughout|time|timeprecision|ti meunit|tran|tranif0|tranif1|tri|tri0|tri1|triand|trior|trireg|type|typedef|union |unique|unsigned|use|uwire|var|vectored|virtual|void|wait|wait_order|wand|weak0| weak1|while|wildcard|wire|with|within|wor|xnor|xor)\b/,important:/\b(?:always_la tch|always_comb|always_ff|always)\b ?@?/,number:/\B##?\d+|(?:\b\d+)?'[odbh] ?[\d a-fzx_?]+|\b\d*[._]?\d+(?:e[-+]?\d+)?/i,operator:/[-+{}^~%*\/?=!<>&|]+/,punctuat ion:/[[\];(),.:]/};
OLDNEW
« no previous file with comments | « lib/src/prism/components/prism-verilog.js ('k') | lib/src/prism/components/prism-vhdl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698