Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mizrachi <danielmizrachi@users.noreply.github.com>2018-03-09 02:01:28 +0300
committerGitHub <noreply@github.com>2018-03-09 02:01:28 +0300
commitcbac9ab4dceb1d21fc199a445819b9296e9259eb (patch)
treefa62e4b8685625bb235baa5642ce2154fb9d30ba
parent99197470c87bf5e0ae43970e3547418bffb3e998 (diff)
Added .jsx
-rw-r--r--js.nanorc2
1 files changed, 1 insertions, 1 deletions
diff --git a/js.nanorc b/js.nanorc
index 2d25e18..a5f92d7 100644
--- a/js.nanorc
+++ b/js.nanorc
@@ -1,4 +1,4 @@
-syntax "javascript" "\.(mjs)|(js)|(json)$"
+syntax "javascript" "\.(mjs)|(js)|(jsx)|(json)$"
## Default
color white "^.+$"