From d79245bde174090e602034346b2f4698425ad81c Mon Sep 17 00:00:00 2001 From: GrawlCore Date: Mon, 24 Oct 2011 19:24:25 +1100 Subject: [PATCH 1/4] Fix basic HTML highlighting --- Syntaxes/Smarty.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Syntaxes/Smarty.xml b/Syntaxes/Smarty.xml index a4ae8be..62937b4 100644 --- a/Syntaxes/Smarty.xml +++ b/Syntaxes/Smarty.xml @@ -3,7 +3,7 @@ - + @@ -34,8 +34,8 @@ - - + + From e2c2de0c4ac0991447c8f4dba5565feaec53dbdc Mon Sep 17 00:00:00 2001 From: Grawl Date: Sun, 6 Nov 2011 03:06:56 +1100 Subject: [PATCH 2/4] Update Readme.md --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 92e5712..2d40b05 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,8 @@ # Smarty Sugar for Espresso -Based on the [php-smarty TextMate bundle](https://github.com/textmate/php-smarty.tmbundle) +Smarty is a PHP Template Engine for designers. Built in LiveStreet and CoGear. +I hate any template engine but use it every day in developing LS skin and skin Sugar is a working solution for Smarty syntax (.tpl files, for example). +Based on the [php-smarty TextMate bundle](https://github.com/textmate/php-smarty.tmbundle) and forked from [prtm](https://github.com/ptrm/)'s repo. ## Known bugs - smarty highlighting is present inside html tags enclosed by `{literal}` @@ -10,6 +12,7 @@ Based on the [php-smarty TextMate bundle](https://github.com/textmate/php-smarty - highlighting for `$smarty` reserved variable and foreach/section variables (`index`, `iteration` etc.) - auto-completion and highlighting for native variable modifiers - mark invalid syntax? +Note: it's prtm's TODO, not My (Grawl's) ## Copying Permission to copy, use, modify, sell and distribute this From aa659e4866954f17c0310bb0e4f08f919f522515 Mon Sep 17 00:00:00 2001 From: Grawl Date: Sun, 6 Nov 2011 03:09:04 +1100 Subject: [PATCH 3/4] Update Readme.md --- Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Readme.md b/Readme.md index 2d40b05..2a2045c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,9 @@ # Smarty Sugar for Espresso Smarty is a PHP Template Engine for designers. Built in LiveStreet and CoGear. + I hate any template engine but use it every day in developing LS skin and skin Sugar is a working solution for Smarty syntax (.tpl files, for example). + Based on the [php-smarty TextMate bundle](https://github.com/textmate/php-smarty.tmbundle) and forked from [prtm](https://github.com/ptrm/)'s repo. ## Known bugs @@ -12,6 +14,7 @@ Based on the [php-smarty TextMate bundle](https://github.com/textmate/php-smarty - highlighting for `$smarty` reserved variable and foreach/section variables (`index`, `iteration` etc.) - auto-completion and highlighting for native variable modifiers - mark invalid syntax? + Note: it's prtm's TODO, not My (Grawl's) ## Copying From c90eaaaade062de1692251fb16a41bee9765eda1 Mon Sep 17 00:00:00 2001 From: Grawl Date: Sun, 6 Nov 2011 03:10:10 +1100 Subject: [PATCH 4/4] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 2a2045c..9de1a76 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ Smarty is a PHP Template Engine for designers. Built in LiveStreet and CoGear. I hate any template engine but use it every day in developing LS skin and skin Sugar is a working solution for Smarty syntax (.tpl files, for example). -Based on the [php-smarty TextMate bundle](https://github.com/textmate/php-smarty.tmbundle) and forked from [prtm](https://github.com/ptrm/)'s repo. +Based on the [php-smarty TextMate bundle](https://github.com/textmate/php-smarty.tmbundle) and forked from [prtm](https://github.com/ptrm/)'s [repo](https://github.com/ptrm/Smarty.sugar). ## Known bugs - smarty highlighting is present inside html tags enclosed by `{literal}`