nlipiarski / MCC

Marshal Command Code Syntax Highlighter
GNU General Public License v3.0
14 stars 2 forks source link

Dash character interrupts highlighting of function names and namespaces. #26

Closed Sybillian closed 7 years ago

Sybillian commented 7 years ago

Including a "-" character in the name of a function's name or namespace will interrupt and break highlighting, respectively, despite both working properly in Minecraft.

dashbug

Panossa commented 7 years ago

I think the answer to that will be the same as here: https://github.com/42iscool42/MCC/issues/13

Sybillian commented 7 years ago

13 is invalid due to the fact that camelCase doesn't work on all operating systems and therefore is not supported. kebab-case works perfectly fine universally, though.

Moesh-zz commented 7 years ago

Marked as enhancement and a bug as this was as designed, but kebab-case meets our standards.