We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf2051 commit d0f6e8dCopy full SHA for d0f6e8d
1 file changed
CHANGELOG.md
@@ -1,7 +1,21 @@
1
-# 1.3 (not yet on MELPA stable)
+# Next Version
2
3
No changes yet.
4
5
+# 1.3
6
+
7
+Fixed infinite loops when XHP is nested in a comment
8
9
+Removed highlighting for obsolete keywords `array`, `record`,
10
+`__COMPILER_HALT_OFFSET`.
11
12
+Added highlighting for keywords `nameof`, `internal`, and `readonly`.
13
14
+Make keyword highlighting case-sensitive.
15
16
+Don't treat `#` as a comment anymore, as that syntax has been taken
17
+by enum classes.
18
19
# 1.2
20
21
Improved indentation for `|>`, generics, and vec literals.
0 commit comments