File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11
11
" literal" ,
12
12
" word"
13
13
],
14
- "repository" : " https://github.com/wooorm /nlcst-is-literal" ,
15
- "bugs" : " https://github.com/wooorm /nlcst-is-literal/issues" ,
14
+ "repository" : " https://github.com/syntax-tree /nlcst-is-literal" ,
15
+ "bugs" : " https://github.com/syntax-tree /nlcst-is-literal/issues" ,
16
16
"author" :
" Titus Wormer <[email protected] > (http://wooorm.com)" ,
17
17
"contributors" : [
18
18
" Titus Wormer <[email protected] > (http://wooorm.com)"
Original file line number Diff line number Diff line change 1
1
# nlcst-is-literal [ ![ Build Status] [ travis-badge ]] [ travis ] [ ![ Coverage Status] [ codecov-badge ]] [ codecov ]
2
2
3
- Check if an NLCST node is meant literally. Useful if a tool wants to
3
+ Check if an [ NLCST] [ ] node is meant literally. Useful if a tool wants to
4
4
exclude these values possibly void of meaning.
5
5
6
6
As an example, a spell-checker could exclude these literal words, thus not
@@ -74,16 +74,18 @@ For example, in:
74
74
75
75
<!-- Definitions -->
76
76
77
- [ travis-badge ] : https://img.shields.io/travis/wooorm /nlcst-is-literal.svg
77
+ [ travis-badge ] : https://img.shields.io/travis/syntax-tree /nlcst-is-literal.svg
78
78
79
- [ travis ] : https://travis-ci.org/wooorm /nlcst-is-literal
79
+ [ travis ] : https://travis-ci.org/syntax-tree /nlcst-is-literal
80
80
81
- [ codecov-badge ] : https://img.shields.io/codecov/c/github/wooorm /nlcst-is-literal.svg
81
+ [ codecov-badge ] : https://img.shields.io/codecov/c/github/syntax-tree /nlcst-is-literal.svg
82
82
83
- [ codecov ] : https://codecov.io/github/wooorm /nlcst-is-literal
83
+ [ codecov ] : https://codecov.io/github/syntax-tree /nlcst-is-literal
84
84
85
85
[ npm ] : https://docs.npmjs.com/cli/install
86
86
87
87
[ license ] : LICENSE
88
88
89
89
[ author ] : http://wooorm.com
90
+
91
+ [ nlcst ] : https://github.com/syntax-tree/nlcst
You can’t perform that action at this time.
0 commit comments