Skip to content

Nim: Small fixes for syntax

Jake Leahy requested to merge amadan/syntax-highlighting:small-nim-fixes into master
  • Fixes string context staying when escaping \
"\\" # This would continue to highlight everything after as a string
  • Highlight nims and nimble files (Both are just Nim with different file extensions)

Merge request reports