Skip to content

Releases: wendelscardua/ca65-mode

0.3.3

18 Feb 01:08
590d90c
Compare
Choose a tag to compare
  • Better indent rule for .else directive (#3)

0.3.2

18 Feb 00:37
abc31ad
Compare
Choose a tag to compare
  • Fix font-lock for labels with digits (#2)
  • Stop forcing specific tab-width (#5)

0.3.1

02 Feb 00:41
431e61b
Compare
Choose a tag to compare
  • Fix setting buffer-local variables

0.3.0

02 Feb 00:19
3547aca
Compare
Choose a tag to compare
  • Derive ca65-mode from prog-mode

0.2.0

30 Jan 23:52
e0cddbc
Compare
Choose a tag to compare
  • Indent line continuations

0.1.3

30 Jan 20:40
f2014ca
Compare
Choose a tag to compare
  • Fix indent of .end* directives right after labels

0.1.2

30 Jan 15:59
91e1008
Compare
Choose a tag to compare
  • Add autoload cookie for lazy loading

0.1.1

29 Jan 15:36
e3413ef
Compare
Choose a tag to compare
  • fix function references

0.1

29 Jan 15:10
20ec41f
Compare
Choose a tag to compare
0.1
  • basic font-lock for instructions, directives, labels, addresses
  • indent code based on nested ca65 directives (e.g. .proc/.endproc, .ifdef/.endif)