razetime / bqn-vscode

BQN programming language vscode plugin (symbol input, syntax highlighting)
MIT License
22 stars 6 forks source link

Latin1 characters aren't added yet #16

Closed Brian-ED closed 1 year ago

Brian-ED commented 1 year ago

Latin1 characters (àáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ) don't seem to be highlighted correctly Example: image (note, that π isn't broken. It only appears green because the character before it is broken)

Brian-ED commented 1 year ago

uh i just realized top line. i included it by accident.

razetime commented 1 year ago

again, please paste the actual text you ahve from your screenshots. I will get to this soon.

Brian-ED commented 1 year ago
Døπ←1⊸+
•Show Døπ 10

oh sorry. will remember for next time.

razetime commented 1 year ago

this should be fixed on the latest commit. Can you clone the repository and tell me whether it works correctly for your latin1 names?

Brian-ED commented 1 year ago

I have cloned the latest commit but I don't know how to activate the highlighting

razetime commented 1 year ago

Ctrl-Shift-P -> run and debug.

razetime commented 1 year ago

fixed in 440e68083e6ef9fca2965c9aab7a29bd2bf1d1e9.