]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/sh.micro
Update docs and add some comments
[micro.git] / runtime / syntax / sh.micro
index 089b59e7958547d433e555d3efce291abe6555c6..71d7259606097ea2dcd68a47f9bc0817d8f7be40 100644 (file)
@@ -22,8 +22,8 @@ color statement "--[a-z-]+"
 color statement "\ -[a-z]+"
 
 # Strings
-color constant ""(\\.|[^"])*""
-color constant "'(\\.|[^'])*'"
+color constant.string ""(\\.|[^"])*""
+color constant.string "'(\\.|[^'])*'"
 color special """
 color special "'"
 
@@ -33,4 +33,4 @@ color identifier (i) "\$\{?[0-9A-Z_!@#$*?-]+\}?"
 
 # Comments & TODOs
 color comment "(^|[[:space:]])#.*$"
-color todo "(TODO|XXX|FIXME):?"
\ No newline at end of file
+color todo "(TODO|XXX|FIXME):?"