tajmone / fasm-highlighting

Syntax highlighter language definition for Flat Assembler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FASM-Highlighting

Flat Assembler language definition and theme for André Simon’s Highlight tool. The theme mimicks the native color scheme of Flat assembler’s editor.

fasm.lang        1.1 (2017/03/14)
edit-fasm.theme  1.0 (2017/03/14)

Created by Tristano Ajmone in March, 2017. Released into the public domain according to the Unlicense license terms.

CHANGELOG

  • 1.1 (2017/03/14)
    • Implemented some missing features for numbers (thanks to @bitRAKE for pointing them out):
    • DECIMAL NUMBERS FIX: implemented the (optional) “d” suffix.
    • ALL NUMBER TYPES FIX: implemented single quote (') and underscore (_) for splitting long numbers (eg: 1'000'000 or 1_000_000).
  • 1.0 (2017/03/14)
    • First release.
    • Flat Assembler v1.71.60 (2017/03/04).
    • Highlight v3.35 (2017/02/28).

About

Syntax highlighter language definition for Flat Assembler

License:The Unlicense