Store userDefineLang_Dockerfile.xml at
%AppData%\Roaming\Notepad++\userDefineLangs\userDefineLang_Dockerfile.xml
and select Language > Dockerfile in Notepad++.
Since Dockerfile has no extension, the style is not automatically applied.
| { | |
| "name": "Debian testing", | |
| "distro": { | |
| "codename": "bullseye", | |
| "id": "debian", | |
| "name": "Debian GNU/Linux", | |
| "version": "testing", | |
| "version_best": "testing", | |
| "lsb_release_info": { | |
| "distributor_id": "Debian", |
| { | |
| "name": "Debian NA", | |
| "distro": { | |
| "codename": "", | |
| "id": "debian", | |
| "name": "Debian GNU/Linux", | |
| "version": "", | |
| "version_best": "", | |
| "lsb_release_info": {}, | |
| "os_release_info": { |
Store userDefineLang_Dockerfile.xml at
%AppData%\Roaming\Notepad++\userDefineLangs\userDefineLang_Dockerfile.xml
and select Language > Dockerfile in Notepad++.
Since Dockerfile has no extension, the style is not automatically applied.
| <NotepadPlus> | |
| <UserLang name="Gradle" ext="gradle"> | |
| <Settings> | |
| <Global caseIgnored="yes" /> | |
| <TreatAsSymbol comment="yes" commentLine="yes" /> | |
| <Prefix words1="no" words2="no" words3="no" words4="no" /> | |
| </Settings> | |
| <KeywordLists> | |
| <Keywords name="Delimiters">"'0"'0</Keywords> | |
| <Keywords name="Folder+"></Keywords> |