Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rouge-ruby/rouge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.12.0
Choose a base ref
...
head repository: rouge-ruby/rouge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.13.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 4 contributors

Commits on Oct 16, 2019

  1. Support disassembler output in BPF lexer (#1346)

    This commit updates the BPF lexer to support several constructs from the
    two main disassemblers, bpftool and objdump:
    
    - `w4` syntax for registers used in 32bit ALU instructions;
    - `map[id:671]` to refer to pointer to the map with id 671;
    - call `bpf_skb_load_bytes#7684912` to refer to a call to helper
      `bpf_skb_load_bytes`;
    - line numbers;
    - `(bf)` and `61 12 04 00 00 00 00 00` for the hexadecimal encoding of
      the opcode and instruction respectively.
    
    Basic support is added for the hexadecimal output (Generic group) so
    that it doesn't break highlighting. By supporting this, it's easier for
    users to directly highlight the output of bpftool and objdump.
    pchaigno authored and pyrmont committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    762801b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Add TTCN-3 testing language lexer (#1337)

    This commit adds a lexer for TTCN-3.
    YannGarcia authored and pyrmont committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    a87cf6e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Fix quote escaping in Q lexer (#1355)

    This commit fixes quote escaping in the Q lexer. It also adds more
    examples to the demo file.
    AngusWilson authored and pyrmont committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    984aae8 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Release v3.13.0 (#1358)

    pyrmont authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    220b7b6 View commit details
    Browse the repository at this point in the history
Loading