From 8f0aac2e22e0d8b275ef4741e159fccaa0e61317 Mon Sep 17 00:00:00 2001 From: Alexandre Borela Date: Sun, 9 Oct 2016 11:41:46 -0300 Subject: [PATCH] Update the readme to alert about constants. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1cf463d5..1bd3e940 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ Package designed to provide easy to extend syntax highlighting and other stuff that makes writting more fun. +Sublime highlighting system is amazing and fast, it uses only regular expressions +and do a ton of optimizations, that alone made me stop using IDEs with systems +that scans the project do perform the highlighting. + +The problem is that in some languages is not possible to differentiate constants +and variables just using regular expressions, the solution then is that you must +have a coding style where all your constants are uppercase. + ## Features #### General @@ -35,6 +43,7 @@ Combines ES2015+, Flow and React’s JSX: * Alternating escaped characters. * Decimal, floating point and hexadecimal literals. + #### HTML 5 (Experimental) Scopes for: