about summary refs log tree commit diff stats
path: root/subx.nanorc
diff options
context:
space:
mode:
Diffstat (limited to 'subx.nanorc')
-rw-r--r--subx.nanorc16
1 files changed, 0 insertions, 16 deletions
diff --git a/subx.nanorc b/subx.nanorc
deleted file mode 100644
index 9ac8c92a..00000000
--- a/subx.nanorc
+++ /dev/null
@@ -1,16 +0,0 @@
-# include this file in your ~/.nanorc
-
-syntax "subx" "\.subx$"
-# function definitions
-color yellow "^[a-z][^ ]*:"
-# global variables
-color red "^[A-Z][^ ]*:"
-# tests
-color green "^test-[^ ]*:"
-# strings literals
-color cyan ""([^"\]|\\.)+""
-# comments
-comment "#"
-color brightblue "# - .*"
-color blue "#.*$"
-color brightblack "# \. .*"