Changeset f1380b7 in mainline for contrib/highlight/adl.syntax


Ignore:
Timestamp:
2018-03-02T20:21:57Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34e1206
Parents:
a35b458
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:51:04)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:21:57)
Message:

style: Remove trailing whitespace on _all_ lines, including empty ones, remaining files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/highlight/adl.syntax

    ra35b458 rf1380b7  
    66        keyword whole frame yellow
    77        keyword whole architecture yellow
    8        
     8
    99        keyword whole system yellow
    1010        keyword whole extends yellow
    1111        keyword whole version yellow
    12        
     12
    1313        keyword whole inst yellow
    1414        keyword whole bind yellow
     
    1616        keyword whole subsume yellow
    1717        keyword whole delegate yellow
    18        
     18
    1919        keyword whole sysarg_t yellow
    2020        keyword whole string yellow
    2121        keyword whole stream yellow
    2222        keyword whole void yellow
    23        
     23
    2424        keyword whole in yellow
    2525        keyword whole in_copy yellow
    2626        keyword whole out yellow
    2727        keyword whole out_copy yellow
    28        
     28
    2929        keyword whole protocol yellow
    3030        keyword whole initialization yellow
     
    3232        keyword whole provides yellow
    3333        keyword whole requires yellow
    34        
     34
    3535        keyword /\* brown
    3636        keyword \*/ brown
    3737        keyword // brown
    38        
     38
    3939        keyword { brightcyan
    4040        keyword } brightcyan
    41        
     41
    4242        keyword ( brightcyan
    4343        keyword ) brightcyan
    44        
     44
    4545        keyword , brightcyan
    4646        keyword : brightcyan
    4747        keyword ; brightmagenta
    48        
     48
    4949        keyword [ brightblue black
    5050        keyword ] brightblue black
Note: See TracChangeset for help on using the changeset viewer.