shdqcdsn / counterclockwise

Automatically exported from code.google.com/p/counterclockwise
0 stars 0 forks source link

Syntax coloring of meta data ^{...} persists if followed by ;comment #473

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter on REPL:
      (meta 
      ^{:doc "vector"} ;comment
      [1 2 3 4])
2. Compare syntax coloring with the one for:
     (meta
     #^{:doc "vector"} ;comment
     [1 2 3 4])

What is the expected output? What do you see instead?

I believe both expressions should be colored analogously.

What version of the product are you using? On what operating system?

- Counterclockwise (Clojure plugin for 
Eclipse)    0.10.1.STABLE001    ccw.feature.feature.group   Counterclockwise team

- Eclipse for RCP and RAP Developers
Version: Juno Service Release 1
Build id: 20121004-1855

- Mac OS X 10.8.2

Please provide any additional information below.

Original issue reported on code.google.com by oni...@gmail.com on 14 Nov 2012 at 7:03

Attachments:

GoogleCodeExporter commented 9 years ago
The old #^{} meta syntax is less supported, but I'll try to make it consistent 
with the ^{} meta syntax indeed.

Original comment by laurent....@gmail.com on 14 Nov 2012 at 9:22

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 15 Nov 2012 at 9:12

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 15 Nov 2012 at 11:21