diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:40:41 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:48:01 +0100 |
commit | 83f18d2578288fe71fca409e4f03434346b0d5b7 (patch) | |
tree | 4d32a1e4dbb3f113ac08fc7ef664636d909df004 /lib/lexers/verilog.tes | |
parent | fec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8 (diff) | |
download | sciteco-83f18d2578288fe71fca409e4f03434346b0d5b7.tar.gz |
added new lexer configs auto-generated by scite2co.lua
* these are still not all languages supported by Scintilla.
scite2co.lua does not do a good job of generating styles when
SciTE's property files use hardcoded colors/fonts.
This commit only includes reasonably good conversion results.
The remaining languages need some additional manual labor.
* Even these lexers are not perfect and should be revised by comparing
them with SciTE's properties.
* So many lexers make the "lexer.auto" macro too slow.
We need some optimization. E.g. the search-command optimization
described in TODO, or an extended EN command for globbing manually
specified file names.
Diffstat (limited to 'lib/lexers/verilog.tes')
-rw-r--r-- | lib/lexers/verilog.tes | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/lib/lexers/verilog.tes b/lib/lexers/verilog.tes new file mode 100644 index 0000000..b964d60 --- /dev/null +++ b/lib/lexers/verilog.tes @@ -0,0 +1,48 @@ +! AUTO-GENERATED FROM SCITE PROPERTY SET ! + +@[lexer.test.verilog]{ [_ + _.[v,vh]M[lexer.checkname] +]_ } + +@[lexer.set.verilog]{ + ESSETLEXER,SCLEX_VERILOG + 0ESSETKEYWORDS + always and assign automatic begin buf bufif0 bufif1 case casex casez cell + cmos config deassign default defparam design disable edge else end endcase + endconfig endfunction endgenerate endmodule endprimitive endspecify endtable endtask + event for force forever fork function generate genvar highz0 highz1 if ifnone + incdir include initial inout input instance integer join large liblist library + localparam macromodule medium module nand negedge nmos nor noshowcancelled not notif0 + notif1 or output parameter pmos posedge primitive pull0 pull1 pulldown pullup + pulsestyle_ondetect pulsestyle_onevent rcmos real realtime reg release repeat rnmos rpmos rtran + rtranif0 rtranif1 scalared showcancelled signed small specify specparam strong0 + strong1 supply0 supply1 table task time tran tranif0 tranif1 tri tri0 tri1 triand + trior trireg unsigned use uwire vectored wait wand weak0 weak1 while wire wor xnor + xor + 2ESSETKEYWORDS + $async$and$array $async$and$plane $async$nand$array $async$nand$plane + $async$nor$array $async$nor$plane $async$or$array $async$or$plane $bitstoreal $countdrivers + $display $displayb $displayh $displayo $dist_chi_square $dist_erlang + $dist_exponential $dist_normal $dist_poisson $dist_t $dist_uniform $dumpall $dumpfile + $dumpflush $dumplimit $dumpoff $dumpon $dumpportsall $dumpportsflush $dumpportslimit + $dumpportsoff $dumpportson $dumpvars $fclose $fdisplayh $fdisplay $fdisplayf $fdisplayb + $feof $ferror $fflush $fgetc $fgets $finish $fmonitorb $fmonitor $fmonitorf + $fmonitorh $fopen $fread $fscanf $fseek $fsscanf $fstrobe $fstrobebb $fstrobef + $fstrobeh $ftel $fullskew $fwriteb $fwritef $fwriteh $fwrite $getpattern $history + $hold $incsave $input $itor $key $list $log $monitorb $monitorh $monitoroff + $monitoron $monitor $monitoro $nochange $nokey $nolog $period $printtimescale $q_add + $q_exam $q_full $q_initialize $q_remove $random $readmemb $readmemh $readmemh + $realtime $realtobits $recovery $recrem $removal $reset_count $reset $reset_value + $restart $rewind $rtoi $save $scale $scope $sdf_annotate $setup $setuphold $sformat + $showscopes $showvariables $showvars $signed $skew $sreadmemb $sreadmemh $stime $stop + $strobeb $strobe $strobeh $strobeo $swriteb $swriteh $swriteo $swrite $sync$and$array + $sync$and$plane $sync$nand$array $sync$nand$plane $sync$nor$array $sync$nor$plane + $sync$or$array $sync$or$plane $test$plusargs $time $timeformat $timeskew $ungetc $unsigned + $value$plusargs $width $writeb $writeh $write $writeo + :M[color.comment],1M[color.set] + :M[color.comment],2M[color.set] + :M[color.number],4M[color.set] + :M[color.keyword],5M[color.set] + :M[color.string],6M[color.set] + :M[color.preproc],9M[color.set] +} |