Commit Graph

41 Commits

Author SHA1 Message Date
Yuping Zuo
fe42554f3c
Fixed broken Markdown syntax in doc 2018-09-13 14:08:20 +08:00
Max Brunsfeld
760b38c54b Support a single scope name field on Tree-sitter grammars
* Remove the `legacyScopeName` field
* Remove the legacy scope name concept from the Config class
* Handle tree-sitter grammars and textmate grammars having the same 
scope names
2018-08-20 09:58:37 -07:00
Joseph Lyons
0a361de70e Added word "want" in sentence 2018-08-11 01:09:33 -04:00
Landon Abney
e546190b1e
🐛 Fix documentation for the Config class
The parser that generates the documenation requires the comment for the
documentation to be immediately preceeding the class definition. As part
of the decaffeination process in #16593 a variable declaration was
placed between the class definition and it's documentaiton, causing the
parser to think there was none... and excluding it from the final
result.

Fixes #16955.
2018-03-15 23:52:49 -07:00
Philip Weiss
d7eff0ec55
Merge branch 'master' into fb-pw-simple-project-config 2018-03-09 14:06:14 -08:00
Philip Weiss
9d3c91b150 fix more nits 2018-03-08 21:49:18 -08:00
Philip Weiss
6024a5f5cf
Fix linting error in config.js 2018-03-06 11:49:41 -08:00
Philip Weiss
062dfdea80 address PR comments 2018-03-06 11:06:22 -08:00
Mihail Bodrov
6e59852456 Use native isArray, endsWith 2018-03-03 19:18:35 +03:00
Philip Weiss
04081ba0e5 fix linting issues 2018-03-01 20:12:25 -08:00
Philip Weiss
fd970c35b4 remove getallforpriority 2018-03-01 19:49:15 -08:00
Philip Weiss
d5aaf9117a update with max's suggestions 2018-03-01 19:09:22 -08:00
Philip Weiss
8f672b2e5f
Merge branch 'master' into fb-pw-simple-project-config 2018-02-26 17:13:58 -08:00
Philip Weiss
547b067f3e add callback to onDidReplaceAtomProject and add tests 2018-02-26 14:38:50 -08:00
Philip Weiss
b1490e951c fix linting issues 2018-02-24 18:17:34 -08:00
Philip Weiss
20203b798c update comments for getAll 2018-02-24 18:16:47 -08:00
Philip Weiss
1483c0c96d add more data passed through with projectSettings 2018-02-24 17:50:18 -08:00
Philip Weiss
9eee256396 change atomproject key 2018-02-24 17:12:39 -08:00
Philip Weiss
e2c480847c atom project open in their own windows and behave more sanely 2018-02-23 17:38:36 -08:00
Max Brunsfeld
1cdb804824 Tweak config APIs for dealing w/ legacy scope aliases 2018-02-20 11:07:45 -08:00
Philip Weiss
e0db9777ba prevent collision in project name with hash 2018-02-18 17:03:09 -08:00
Philip Weiss
bf6a4e3db4 add .atomProject files 2018-02-18 15:03:00 -08:00
Max Brunsfeld
8f5cecbacd Use a queue to prevent concurrent async writeFile calls 2018-01-26 11:15:35 -08:00
Max Brunsfeld
1d20b8ee1d Start work on routing all config file IO through main process 2018-01-25 20:35:00 -08:00
Max Brunsfeld
14c41e25d9 🎨 Config 2018-01-25 14:13:38 -08:00
Philip Weiss
9bc43bda9b fix small indentation errors 2018-01-19 17:11:16 -08:00
Philip Weiss
657ef0f16e fix linting issues and remove decaffeinate suggestions 2018-01-19 11:05:43 -08:00
Philip Weiss
43a07bb8b8 remove Array.from(s) and add consts 2018-01-19 11:01:32 -08:00
Philip Weiss
2a54dda3e9 remove Array.from(s) and remove IIFEs 2018-01-19 10:56:23 -08:00
Philip Weiss
86ba6cbfe4 update arguments object to rest args and remove array.from(s) 2018-01-19 10:31:10 -08:00
Philip Weiss
a18200d675 update arguments object to rest args and remove array.from(s) 2018-01-19 10:18:28 -08:00
Philip Weiss
cb77a4801c add default param to options 2018-01-18 16:51:40 -08:00
Philip Weiss
952052d2e5 update comment spacing issues and add default param 2018-01-18 16:46:00 -08:00
Philip Weiss
1a99a4848c replace function(...) with arrow funcs 2018-01-18 14:52:47 -08:00
Philip Weiss
98dace3372 remove some unnecessary returns 2018-01-18 14:37:51 -08:00
Philip Weiss
e9a4d3ca2a remove guard func and comment 2018-01-18 14:33:48 -08:00
Philip Weiss
acaf8a0316 remove first guards 2018-01-18 14:32:01 -08:00
Philip Weiss
b638562e0c remove call() and var 2018-01-18 13:46:38 -08:00
Philip Weiss
5589b11e92 fix linting rules except for .call() 2018-01-18 13:31:28 -08:00
Philip Weiss
9ebd21658f fix basic linting rules 2018-01-18 11:12:57 -08:00
Philip Weiss
dc26cac5ce basic decaffeination of config.js 2018-01-17 16:30:30 -08:00