markdown - Adobe-Brackets, Change the default syntax for a file extension -


i using adobe brackets text editor.

i can't seem find answer changing default syntax used file extensions (file-ext). in case, change default markdown syntax instead use included "markdown (github)" syntax. assumed there option somewhere control this, when go change language manually, whilst editing file, in selection menu "markdown" has word default afterwards.

how can change default syntax per file extension?

in top of "file type selection" there option set current default: set language default

alternatively, can map file extensions (and file names) existing languages in preferences:

{     "language.fileextensions": {         "md": "gfm"     } } 

note: valid @ least latest version of brackets (1.4).


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -