Skip to content

Commit

Permalink
update accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Sep 27, 2024
1 parent b3c877b commit f6248ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/Vocab/EN/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pseudocolumn
\<Tabs
values=
dbt_project.yml
<[^>]+> < !-- allows tabs -->
<[^>]+> < !-- allows tags -->
\w+-\w+ <!-- allows dashes -->
\w+/\w+ <!-- allows slashes -->
n/a
Expand Down Expand Up @@ -81,5 +81,5 @@ PBI
PowerBI
datetime
PySpark
\b[a-z]+(?:_[a-z]+)*\b <!-- allows snake_case -->
\b[A-Z]{2,}(?:/[A-Z]{2,})?\b <-- This should allow acronyms like API, AI/ML -->
\b[a-z]+(?:_[a-z]+)*\b
\b[A-Z]{2,}(?:/[A-Z]{2,})?\b
1 change: 1 addition & 0 deletions styles/Vocab/EN/reject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ DBT
DBT-tonic
DBTonic
DBT Mesh
\b\w+\s{2,}\w+\b <!-- catches extra spaces -->

0 comments on commit f6248ce

Please sign in to comment.