]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/rust.micro
Update yaml header
[micro.git] / runtime / syntax / rust.micro
index 6e6410e470c6d90a7e8c0ff32a41e7a9a7a55e88..560d4242a3a1f39abde20d349983cbc34266c3b5 100644 (file)
@@ -16,6 +16,9 @@ color special "[a-z_]+!"
 # Constants
 color constant "[A-Z][A-Z_]+"
 
+# Numbers
+color constant.number "\b[0-9]+\b"
+
 # Traits/Enums/Structs/Types/etc.
 color type "[A-Z][a-z]+"