From a517b9e64547bf657a1d41eaa909d9df0b9ed494 Mon Sep 17 00:00:00 2001 From: K4Orta Date: Mon, 24 Oct 2016 20:43:15 -0700 Subject: [PATCH] Fix the syntax coloring for attributes - Closes #335 --- themes/aframe/source/css/_syntax.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/aframe/source/css/_syntax.styl b/themes/aframe/source/css/_syntax.styl index bcf5499a..0a16d539 100644 --- a/themes/aframe/source/css/_syntax.styl +++ b/themes/aframe/source/css/_syntax.styl @@ -7,7 +7,7 @@ pre .constant color: #0092db .keyword, - .attribute + .attr color: #e96900 .number, .literal