]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/python.micro
Remove duplicate PKGBUILD filetype
[micro.git] / runtime / syntax / python.micro
index c51a7a18e349fe7373e207aa1c34831558030f0f..ed5f5302307030aece7dab90826425edcd54c0fd 100644 (file)
@@ -30,7 +30,7 @@ color statement "[.:;,+*|=!\%@]" "<" ">" "/" "-" "&"
 color statement "[(){}]" "\[" "\]"
 
 ## numbers
-color constant "\b[0-9]+\b"
+color constant.number "\b[0-9]+\b"
 
 ## strings
 color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"