feat: add integer
This commit is contained in:
+2
-3
@@ -11,7 +11,6 @@ module.exports = grammar({
|
||||
name: "emm",
|
||||
|
||||
rules: {
|
||||
// TODO: add the actual grammar rules
|
||||
source_file: $ => "hello"
|
||||
}
|
||||
integer: ($) => /0|[1-9]\d*/,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user