]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/swift.micro
Remove duplicate PKGBUILD filetype
[micro.git] / runtime / syntax / swift.micro
index 15b6a5481a5e57b239e17977f020edec8eb29ad9..bf6f6a05baf2928a7a3d84795257f0ada0957a95 100644 (file)
@@ -16,7 +16,7 @@ color statement "(print)"
 color statement "(init)"
 
 # Numbers
-color constant "([0-9]+)"
+color constant.number "([0-9]+)"
 
 # Standard Types
 color type "\ ((U)?Int(8|16|32|64))"