about summary refs log tree commit diff stats
path: root/atom/package.json
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-12-28 17:34:38 -0800
committerKartik Agaram <vc@akkartik.com>2019-12-28 17:34:38 -0800
commitbc81e7719770c903930899285ba6b7e96a9c70e3 (patch)
tree97ed8640d2cb4195f7c94b97dbd1b208f00db089 /atom/package.json
parent535755316bcd017567d564bae827e0f447523634 (diff)
downloadmu-bc81e7719770c903930899285ba6b7e96a9c70e3.tar.gz
5838 - syntax highlighting for atom
Diffstat (limited to 'atom/package.json')
-rw-r--r--atom/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/atom/package.json b/atom/package.json
new file mode 100644
index 00000000..a9936fc4
--- /dev/null
+++ b/atom/package.json
@@ -0,0 +1,17 @@
+{
+    "name": "subx",
+    "version": "0.0.1",
+    "description": "Syntax highlighting for SubX files in the Mu computing stack.",
+    "author": "Kartik Agaram",
+    "keywords": [
+        "language",
+        "mu",
+        "syntax",
+        "highlighting"
+    ],
+    "repository": "https://github.com/akkartik/mu",
+    "engines": {
+        "atom": ">=1.0.0 <2.0.0"
+    },
+    "dependencies": {}
+}