atom / language-todo

TODO highlighting package for Atom
Other
80 stars 66 forks source link

TODO highlighting doesnt work on Clojure files #59

Closed carocad closed 7 years ago

carocad commented 7 years ago

Prerequisites

Description

TODO highlighting doesnt work on Clojure

Steps to Reproduce

  1. Open a Clojure file (*.clj)
  2. type ;; TODO: non sense

Expected behavior:

  1. After typing ;; TODO I expected the TODO to be highlighted

Actual behavior: Nothing happens, it is just rendered as a normal comment

Reproduces how often: Only on Clojure files (so far). It works on Javascript files though.

Versions

Atom : 1.9.8 Electron: 0.37.8 Chrome : 49.0.2623.75 Node : 5.10.0

apm 1.10.0 npm 2.13.3 node 0.10.40 python 2.7.12+ git 2.9.3

OS: Ubuntu 16.10

winstliu commented 7 years ago

This will be fixed in Atom 1.15.0 - thanks for the report! Also, the latest stable Atom version is currently 1.13.1 - you may want to consider updating.

carocad commented 7 years ago

@50Wliu thanks for the quick fix :)

Regarding my Atom version, unfortunately I havent become any notification regarding atom updates. I also tried to manually check for updates but nothing happened. Is this a bug as well?

winstliu commented 7 years ago

The Linux versions currently don't auto-update or check for updates. We release a minor version around once/month though.