Re-flex as kiss-vscode dependency
This commit is contained in:
@@ -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
|
@@ -3,5 +3,6 @@ args.hxml
|
||||
-lib vscode
|
||||
-lib kiss
|
||||
-lib kiss-vscode
|
||||
-lib re-flex
|
||||
KissConfig
|
||||
-js config.js
|
@@ -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.
|
@@ -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.
|
@@ -12,5 +12,6 @@
|
||||
],
|
||||
"version": "0.0.0",
|
||||
"releasenote": "",
|
||||
"tags": []
|
||||
"tags": [],
|
||||
"license": "LGPL"
|
||||
}
|
Reference in New Issue
Block a user