parser and lexer is working ok

This commit is contained in:
Torkel Ödegaard
2013-12-24 11:13:50 +01:00
parent 2ded42e9fe
commit e19d3a531c
5 changed files with 70 additions and 55 deletions

View File

@@ -1,18 +1,18 @@
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"folder_exclude_patterns": [
"node_modules"
]
}
],
"settings":
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"folder_exclude_patterns": [
"node_modules"
]
}
],
"settings":
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
}