lijunsong / pollen-mode

An Emacs major mode for editing in pollen markup language
GNU Lesser General Public License v3.0
42 stars 9 forks source link

racket identifier regexp is not complete #6

Closed lijunsong closed 8 years ago

lijunsong commented 8 years ago

Find the regexp for racket id, update pollen-racket-id-reg.

lijunsong commented 8 years ago

This bug is fixed by defining regexp for identifiers based on https://docs.racket-lang.org/guide/syntax-overview.html#%28part._.Identifiers%29

pollen-tag-at-point works expectedly.