Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
config:docker-compose [2019/06/23 21:15] – Added "for the interested" janaxconfig:docker-compose [2019/06/24 08:14] – Removed one step in installation janax
Line 14: Line 14:
 [Extensions] [Extensions]
 Dockerfile=Dockerfile;dockerfile;*.dockerfile;*.Dockerfile;docker*; Dockerfile=Dockerfile;dockerfile;*.dockerfile;*.Dockerfile;docker*;
 +YAML=
 YML=*.yaml;*.yml; YML=*.yaml;*.yml;
 +
 [Groups] [Groups]
 Script=Dockerfile; Script=Dockerfile;
Line 20: Line 22:
 </file> </file>
  
 +(For the interested : it seems as the default YAML is a built-in, which cannot be removed.  The workaround is to introduce the YML file type and to set 'YAML=' which overrides the file mapping.  YAML file type will still be visible in the Menu, but matching of yaml files will be to YML file type.)
  
 ===== Step 2) ===== ===== Step 2) =====
Line 122: Line 125:
 (For the interested : this is a copy of the default filetypes.yaml) (For the interested : this is a copy of the default filetypes.yaml)
  
-===== Step 4) ===== 
- 
-Enable docker-compose syntax highlighting, by disabling the default Scintilla YAML version, and use the one in Step 3) instead. \\ 
- 
- 
-Comment out row starting with YAML in global "filetype_extensions.conf" \\ 
-''from : YAML=*.yaml;*.yml; \\ 
-to   : #YAML=*.yaml;*.yml; '' 
- 
- 
-(For the interested : it seems as the default YAML is a built-in, which cannot be overridden.  The workaround is to introduce the YML file type in step 1, and 3) 
  
 {{tag>configure gnuplot filetype Dockerfile}} {{tag>configure gnuplot filetype Dockerfile}}
Print/export