Re-flex as kiss-vscode dependency

This commit is contained in:
2021-10-29 17:33:19 -04:00
parent 7d99ef6cee
commit 22964c1c9f
5 changed files with 6 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
-lib uuid
-lib hscript
-lib tink_macro
-lib re-flex
-cp src
-js bin/extension.js
-D analyzer-optimize
@@ -13,6 +14,7 @@
--next
-lib kiss
-lib kiss-vscode
-lib re-flex
-cp src
-js bin/ktxt2editor.js
--main ktxt2.KTxt2Editor

View File

@@ -3,5 +3,6 @@ args.hxml
-lib vscode
-lib kiss
-lib kiss-vscode
-lib re-flex
KissConfig
-js config.js

View File

@@ -1 +0,0 @@
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

View File

@@ -1,4 +1,4 @@
re-flex
-------
Utilities for regex construction adapted from Software Design for Flexibility.
Utilities for Haxe regex construction inspired by Software Design for Flexibility.

View File

@@ -12,5 +12,6 @@
],
"version": "0.0.0",
"releasenote": "",
"tags": []
"tags": [],
"license": "LGPL"
}