deadlyjack / Acode

Acode - powerful text/code editor for android
https://acode.app
MIT License
2.51k stars 366 forks source link

Incorrect syntax highlighting and formatting #965

Open sls1005 opened 1 month ago

sls1005 commented 1 month ago

Kotlin

Screenshot_20240512_115913_Acode

Go

Original

Screenshot_20240513_122706_Acode

Formatted

Screenshot_20240513_122718_Acode

:= is the declaration operator. No space is allowed in between, or it becomes a syntax error.

Acode: 1.10.1 OS: Android 14 Device: Samsung SM-M336B

bajrangCoder commented 4 days ago

Which code formatter are you utilizing for formatting your Go code?