Skip to content

Commit

Permalink
Merge pull request #955 from GrumpyLittleTed/master
Browse files Browse the repository at this point in the history
Add more conjunctions
  • Loading branch information
spencermountain authored Sep 9, 2022
2 parents 7098492 + 02b9d3c commit d128f1b
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion data/lexicon/misc/conjunctions.js
Original file line number Diff line number Diff line change
@@ -1,28 +1,72 @@
export default [
'after',
'although',
'and',
'as',
'as far as',
'as if',
'as long as',
'as much as',
'as soon as',
'as though',
'because',
'before',
'but',
'by the time',
'cuz',
'even',
'even if',
'even though',
'how',
'however',
'if',
'if only',
'if then',
'if when',
'inasmuch',
'in as much as',
'in case',
'in order that',
'in order to',
'just as',
'lest',
'no matter',
'nor',
'now',
'now since',
'now that',
'now when',
'or',
'or not',
'otherwise',
'plus',
'provided',
'provided that',
'provide that',
'since',
'so that',
'supposing',
'than',
'therefore',
'tho',
'though',
'till',
'to',
// 'unless',
'until',
'versus',
'what',
// 'when',
'whenever',
// 'where',
'whereas',
'where if',
'wherever',
'whether',
'while',
'yet',
'whilst',
'whoever',
'whose',
// 'why',
'yet'
]

0 comments on commit d128f1b

Please sign in to comment.