Skip to content

Commit

Permalink
Update the readme to alert about constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed Oct 9, 2016
1 parent cef4eb7 commit 8f0aac2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8f0aac2

Please sign in to comment.