Browse Source

⬆️ tree-sitter-cli

pull/8/head
Max Brunsfeld 8 years ago
parent
commit
01ef6260cd
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      package.json
  2. +1
    -1
      src/parser.c

+ 1
- 1
package.json View File

@ -14,7 +14,7 @@
"nan": "^2.4.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.10.0"
"tree-sitter-cli": "^0.10.1"
},
"scripts": {
"build": "tree-sitter generate && node-gyp build",

+ 1
- 1
src/parser.c View File

@ -5,7 +5,7 @@
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 5
#define LANGUAGE_VERSION 6
#define STATE_COUNT 1707
#define SYMBOL_COUNT 202
#define ALIAS_COUNT 18

Loading…
Cancel
Save