Skip to content

Commit bf0bf89

Browse files
authored
Updated Names.yml
1 parent 26d87ce commit bf0bf89

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/styles/UmbracoDocs/Names.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ link: https://docs.umbraco.com/contributing/documentation/style-guide#names
77
level: warning
88
scope: paragraph
99
swap:
10-
'\bcss\b(?!/)': "'CSS'"
11-
'(?<!\.)[hH]tml': "'HTML'"
12-
'url(?!=)': "'URL'"
13-
'\bjs\b(?![.])|\b[jJ]ava[sS]cript\b': "'JavaScript'"
14-
'\bts\b(?![.])|\b[tT]ype[sS]cript\b': "'TypeScript'"
15-
'.net': "'.NET'"
16-
'dot net': "'.NET'"
17-
'\bcms\b': "'CMS'"
18-
'[aA]ngular[jJ][sS]': "'AngularJS'"
19-
'SUITS': "'Sales'"
10+
'\bcss\b(?!/)': CSS
11+
'(?<!\.)[hH]tml': HTML
12+
'url(?!=)': URL
13+
'(?:(?<!\.)js|[jJ]ava[sS]cript)': JavaScript
14+
'(?:(?<!\.)ts|[tT]ype[sS]cript)': TypeScript
15+
'.net': .NET
16+
'dot net': .NET
17+
'\bcms\b': CMS
18+
'[aA]ngular[jJ][sS]': AngularJS
19+
'SUITS': Sales

0 commit comments

Comments
 (0)