Releases: Alhadis/Regex-Comments
Releases · Alhadis/Regex-Comments
v2.0.0
"Probable" comment-matching replaced with actual comment highlighting.
Added:
- Proper highlighting for
#
-prefixed comments, but only inside strings that start with an extended expression flag:(?x)
Removed:
-
Unused metadata from grammar source. This hides it from Atom's grammar selection menu. Refer to
atom/grammar-selector#34
for more info. -
Anything related to
comment-ish
scope. It was a clumsy hack.
v1.1.2
v1.1.1
v1.1.0
Added snippets to insert directional quotes in "probable" comments:
dq
: “”sq
: ‘’apos
: ’
See the relevant readme section.