dom96 / Aporia

IDE/Advanced text editor mainly focusing on support for the Nim programming language.
Other
379 stars 35 forks source link

nim.lang: Fix 'u numbersuffix, Fix multiline comments after type block #140

Closed qwhex closed 7 years ago

qwhex commented 7 years ago

Syntax highlight problems. Example code:

type
  IntArray = array[0..5, int]
#[
    this comment doesn't work
]#
let
  u = 0'u    # doesn't work
  z = 0'i64  # works