aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lexlua/yaml.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/yaml.lua b/lexlua/yaml.lua
index 41d6ee341..0b0bd983a 100644
--- a/lexlua/yaml.lua
+++ b/lexlua/yaml.lua
@@ -97,9 +97,9 @@ M._rules = {
{'comment', comment},
{'doc_bounds', doc_bounds},
{'key', key},
+ {'string', string},
{'literal', literal},
{'timestamp', ts},
- {'string', string},
{'number', number},
{'constant', constant},
{'type', type},