nibi-lang / nibi

An interpreted list processing language inspired by Lisp
GNU Affero General Public License v3.0
3 stars 2 forks source link

vim syntax file update #108

Open bosley opened 1 year ago

bosley commented 1 year ago

Find a way to detect fn and macro identifiers and highlight them to specific colors to sep them from regular identifiers.

Another part of this would be investigating if we can detect the use of :: or, maybe better, detect alias type identifiers so we know when we are calling into another environment

bosley commented 1 year ago

str-lit not working correctly either.