Clean up project
This commit is contained in:
parent
497c7baeac
commit
22e596f592
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -122,3 +122,7 @@ package-lock.json
|
|||
parser.exp
|
||||
parser.lib
|
||||
parser.obj
|
||||
|
||||
# Rust files
|
||||
target/**
|
||||
Cargo.lock
|
||||
|
|
|
@ -32,8 +32,6 @@ module.exports = grammar({
|
|||
env_var: $ => seq('$ENV{', repeat1($._literal_variable), '}'),
|
||||
cache_var: $ => seq('$CACHE{', repeat1($._literal_variable), '}'),
|
||||
|
||||
|
||||
|
||||
argument: $ => choice(
|
||||
$.bracket_argument,
|
||||
$.quoted_argument,
|
||||
|
|
Loading…
Reference in a new issue