Skip to content

Commit

Permalink
Melastomataceae
Browse files Browse the repository at this point in the history
  • Loading branch information
tientq64 committed Dec 8, 2023
1 parent 96dc414 commit c503e10
Show file tree
Hide file tree
Showing 10 changed files with 3,561 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"[taxon]": {
"editor.tabSize": 2,
"editor.fontFamily": "D2Coding",
// "editor.fontFamily": "D2Coding",
"editor.fontSize": 16,
"editor.insertSpaces": false,
"editor.wordWrap": "wordWrapColumn",
Expand Down
2 changes: 2 additions & 0 deletions build.ls
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ fs.outputFileSync \vscode-ext/dist/extension.js code
json = fs.readJsonSync \vscode-ext/language-configuration.json
fs.outputJsonSync \vscode-ext/dist/language-configuration.json json

fs.copySync \icon.png \vscode-ext/dist/icon.png
fs.copySync \vscode-ext/LICENSE \vscode-ext/dist/LICENSE

fs.outputJsonSync \vscode-ext/dist/package.json pack
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Taxon
3,550 changes: 3,550 additions & 0 deletions tree.taxon

Large diffs are not rendered by default.

Binary file added vscode-ext/dist/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vscode-ext/dist/package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"taxon","displayName":"Taxon","version":"1.1.0","author":"tientq64","engines":{"vscode":"^1.75.1"},"categories":["Programming Languages"],"main":"./extension.js","repository":{"type":"git","url":"https://github.com/tientq64/taxon.git"},"publisher":"tientq64","contributes":{"languages":[{"id":"taxon","aliases":["Taxon"],"extensions":[".taxon"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"taxon","scopeName":"text.taxon","path":"./syntaxes/taxon.tmLanguage.json"}],"commands":[{"command":"extension.taxonFillEnNames","title":"Taxon: Tự động điền tên tiếng Anh đã copy bên trang web"},{"command":"extension.taxonPaste","title":"Taxon: Paste"}],"menus":{"commandPalette":[{"command":"extension.taxonFillEnNames","when":"editorLangId == taxon"},{"command":"extension.taxonPaste","when":"editorLangId == taxon"}]}},"license":"MIT"}
{"name":"taxon","displayName":"Taxon","version":"1.1.1","icon":"icon.png","author":"tientq64","engines":{"vscode":"^1.75.1"},"categories":["Programming Languages"],"main":"./extension.js","repository":{"type":"git","url":"https://github.com/tientq64/taxon.git"},"publisher":"tientq64","contributes":{"languages":[{"id":"taxon","aliases":["Taxon"],"extensions":[".taxon"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"taxon","scopeName":"text.taxon","path":"./syntaxes/taxon.tmLanguage.json"}],"commands":[{"command":"extension.taxonFillEnNames","title":"Taxon: Tự động điền tên tiếng Anh đã copy bên trang web"},{"command":"extension.taxonPaste","title":"Taxon: Paste"}],"menus":{"commandPalette":[{"command":"extension.taxonFillEnNames","when":"editorLangId == taxon"},{"command":"extension.taxonPaste","when":"editorLangId == taxon"}]}},"license":"MIT"}
Binary file removed vscode-ext/dist/taxon-1.1.0.vsix
Binary file not shown.
Binary file added vscode-ext/dist/taxon-1.1.1.vsix
Binary file not shown.
7 changes: 5 additions & 2 deletions vscode-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "taxon",
"displayName": "Taxon",
"version": "1.1.0",
"version": "1.1.1",
"icon": "icon.png",
"author": "tientq64",
"engines": {
"vscode": "^1.75.1"
Expand All @@ -19,7 +20,9 @@
"languages": [
{
"id": "taxon",
"aliases": ["Taxon"],
"aliases": [
"Taxon"
],
"extensions": [
".taxon"
],
Expand Down

1 comment on commit c503e10

@vercel
Copy link

@vercel vercel bot commented on c503e10 Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

taxon – ./

taxon-git-master-tientq64.vercel.app
taxon-tientq64.vercel.app
taxon.vercel.app

Please sign in to comment.