Skip to content

Instantly share code, notes, and snippets.

@vipickering
Last active March 30, 2017 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vipickering/73c14510fd40b0ec4ba6b5c5d323bee4 to your computer and use it in GitHub Desktop.
Save vipickering/73c14510fd40b0ec4ba6b5c5d323bee4 to your computer and use it in GitHub Desktop.
text lint terminology - custom tech terms
[
"CSS",
"Browsersync",
"ESLint",
"JavaScript",
"Lodash",
"Markdown",
"Sass",
"UglifyJS",
"Chromium",
"CoffeeScript",
"ActionScript",
"Apache",
"Eclipse",
"ECMAScript",
"Dreamweaver",
"Firebug",
"Android",
"Java",
"Jenkins",
"Flash Player",
["url", "URL"],
["urls", "URLs"],
["IPhone", "iPhone"],
["microsoft", "Microsoft"],
["firefox", "Firefox"],
["opera","Opera"],
["safari", "Safari"],
["(?:Node\\.js|nodejs)", "NodeJS"],
["Node[ .]js", "Node"],
["React[ .]js", "React"],
["HTTP[ /]2(?:\\.0)?", "HTTP/2"],
["OS X", "macOS"],
["Mac ?OS", "macOS"],
["a npm", "an npm"],
"npm",
"ECMAScript",
["ES2015", "ES6"],
["ES7", "ES2016"],
"ID",
["id['’]?s", "IDs"],
[ "cookie(s?)", "Cookie$1"],
["back[- ]end(\\w*)", "backend$1"],
["front[- ]end(\\w*)", "frontend$1"],
["hot[- ]key", "hotkey"],
["build system(s?)", "build tool$1"],
["CLI tool(s?)", "command line tool$1"],
["web[- ]?site(s?)", "site$1"],
["repo\\b", "repository"],
["style-?guide(s?)", "style guide$1"],
["change-?log(s?)", "change log$1"],
["source-?map(s?)", "source map$1"],
["pre ?release(s?)", "pre-release$1"],
["filetype(s?)", "file type$1"],
["facebook", "Facebook"],
["twitter", "Twitter"],
["github", "GitHub"],
["gmail", "Gmail"],
["hotmail", "Hotmail"],
["yahoo mail","Yahoo Mail"],
["google map(s?)", "Google Map$1"],
["html", "HTML"],
["css", "CSS"],
["javascript", "JavaScript"],
["java script", "JavaScript"],
["sass", "Sass"],
["SASS", "Sass"],
["ios", "iOS"],
["IOS", "iOS"],
["MacOS", "Mac OS"],
["MacOSX", "Mac OS X"],
["MacBook", "MacBook"],
["Mongo DB", "MongoDB"],
["Open GL", "OpenGL"],
["PhotoShop", "Photoshop"],
["PHP([0-9])", "PHP $1"],
["Rails([0-9])", "Rails $1"],
["Ruby([0-9])", "Ruby $1"],
["RoR", "Ruby on Rails"],
["Ruby Gems", "RubyGems"],
["WiFi","Wi-Fi"],
["WikiPedia", "Wikipedia"],
["[PpPp][OoOo][SsSs][TtTt][CcCc][SsSs][SsSs]", "PostCSS"],
["localstorage", "localStorage"],
["session storage", "session storage"],
["jquery", "jQuery"],
["redux", "Redux"],
["webkit", "Webkit"],
["[EeEe][MmMm][BbBb][EeEe][RrRr].[JjJj][SsSs]", "Ember.js"],
["[WwWw][IiIi][NnNn][DdDd][OoOo][WwWw][SsSs]", "Windows"],
["conf", "Conference"],
["ajax", "AJAX"],
["(?:Angular\\.js|angularjs)", "AngularJS"],
["(\\w+[^.?!]\\)? )internet", "$1internet"],
["(\\w+[^.?!]\\)? )stylelint", "$1stylelint"],
["(\\w+[^.?!]\\)? )webpack", "$1webpack"],
["(\\w+[^.?!]\\)? )git", "$1git"]
]
@vipickering
Copy link
Author

vipickering commented Mar 16, 2017

This Gist is used instead of the default terminology terms on my blog.
Install textlint and use terminology plugin.
Some rules have been adapted from the Japanese text lint plugin "textlint-rule-spellcheck-tech-word".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment